From 614c24a232ff939a9927baf80297d39f5a69e819 Mon Sep 17 00:00:00 2001 From: zfnmxt Date: Tue, 1 Oct 2024 20:36:37 +0200 Subject: [PATCH] Typo. --- src/chapter_3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chapter_3.md b/src/chapter_3.md index 792c992..3637dfd 100644 --- a/src/chapter_3.md +++ b/src/chapter_3.md @@ -988,7 +988,7 @@ BExp1' ::= "and" Atom BExp1' | ; BExp1 ::= Atom BExp1' ; -BExp0' ::= "or" Atom BExp0' +BExp0' ::= "or" BExp1 BExp0' | ; BExp0 ::= BExp1 BExp0' ;