Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Aug 11, 2024
1 parent 641fd54 commit 660fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/LexerCircom.g4
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ BXOR: '^' ;
BOR: '|' ;

EQ: '==' ;
NE: '!=' ;
NEQ: '!=' ;
GT: '>' ;
LT: '<' ;
LE: '>=' ;
Expand Down

0 comments on commit 660fe2f

Please sign in to comment.