Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 27, 2024
1 parent e9071e1 commit 2812f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/CircomParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ substitutions
| lhs=expression op='==>' variable=expression #SubsRightConstrAssignmet
| identifierStatment op=ASSIGNMENT_WITH_OP rhs=expression #SubsAssignmetWithOperation
| identifierStatment SELF_OP #SubsIcnDecOperation
| SELF_OP identifierStatment #SubsInvalidOperation
| SELF_OP identifierStatment #SubsInvalidIcnDecOperation
;

/*//////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 2812f29

Please sign in to comment.