File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -670,9 +670,9 @@ class LLVM_LIBRARY_VISIBILITY SILGenFunction
670
670
// /
671
671
// / \returns Lowered index arguments.
672
672
// / \param subscript - The subscript decl who's arguments are being lowered.
673
- // / \param subs - Used to get subscript function type and to substitute
674
- // / generic args. \param indexExpr - An expression holding the indices of the
675
- // / subscript (either a TupleExpr or a ParanExpr ).
673
+ // / \param subs - Used to get subscript function type and to substitute generic args.
674
+ // / \param indexExpr - An expression holding the indices of the
675
+ // / subscript (either a TupleExpr or a ParenExpr ).
676
676
SmallVector<ManagedValue, 4 >
677
677
emitKeyPathSubscriptOperands (SubscriptDecl *subscript, SubstitutionMap subs,
678
678
Expr *indexExpr);
You can’t perform that action at this time.
0 commit comments