mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Forgot to fix the grammar comment
This commit is contained in:
parent
fcc5ca1cf1
commit
cfc7aa9cf7
1 changed files with 1 additions and 1 deletions
|
@ -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 == '(')
|
||||
|
|
Loading…
Add table
Reference in a new issue