Forgot to fix the grammar comment

This commit is contained in:
Arseny Kapoulkine 2022-08-23 11:34:37 -07:00
parent fcc5ca1cf1
commit cfc7aa9cf7

View file

@ -2272,7 +2272,7 @@ AstExpr* Parser::parseSimpleExpr()
}
}
// args ::= `(' [explist] `)' | tableconstructor | String | InterpString
// args ::= `(' [explist] `)' | tableconstructor | String
AstExpr* Parser::parseFunctionArgs(AstExpr* func, bool self)
{
if (lexer.current().type == '(')