Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfnmxt committed Oct 1, 2024
1 parent af355c8 commit 614c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapter_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ BExp1' ::= "and" Atom BExp1'
| ;
BExp1 ::= Atom BExp1' ;
BExp0' ::= "or" Atom BExp0'
BExp0' ::= "or" BExp1 BExp0'
| ;
BExp0 ::= BExp1 BExp0' ;
Expand Down

0 comments on commit 614c24a

Please sign in to comment.