Skip to content

Commit 3f7ee85

Browse files
committed
Fix nits
1 parent b8947c4 commit 3f7ee85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/SILGen/SILGenFunction.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,9 @@ class LLVM_LIBRARY_VISIBILITY SILGenFunction
670670
///
671671
/// \returns Lowered index arguments.
672672
/// \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).
676676
SmallVector<ManagedValue, 4>
677677
emitKeyPathSubscriptOperands(SubscriptDecl *subscript, SubstitutionMap subs,
678678
Expr *indexExpr);

0 commit comments

Comments
 (0)