Skip to content

Commit 28f1b7c

Browse files
committed
Corrected argument capitalization.
1 parent c0bc325 commit 28f1b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Parse/Parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ class Parser {
13341334

13351335
Expr *parseExprAnonClosureArg();
13361336
ParserResult<Expr> parseExprList(tok LeftTok, tok RightTok,
1337-
bool allowSepOmission,
1337+
bool AllowSepOmission,
13381338
syntax::SyntaxKind Kind);
13391339

13401340
/// Parse an expression list, keeping all of the pieces separated.

0 commit comments

Comments
 (0)