Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 14, 2024
1 parent 0a392df commit 0b06771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/Circom.g4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ functionBlock

functionStmt
: functionBlock #FuncBlock
| ID arrayDimension* SELF_OP ';' #FuncSelfOp
| ID arrayDimension* SELF_OP ';' #FuncSelfOp
| varDeclaration ';' #FuncVarDeclaration
| identifier (ASSIGNMENT | ASSIGNMENT_OP) expression ';' #FuncAssignmentExpression
| '(' argsWithUnderscore ')' ASSIGNMENT ('(' expressionList ')' | expression) ';' #FuncVariadicAssignment
Expand Down

0 comments on commit 0b06771

Please sign in to comment.