Skip to content

Commit 825d073

Browse files
committed
Typo
1 parent bebc6d6 commit 825d073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02/2.4/2.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 2.4.1
44

5-
Construct recursive-descent parsers, starting with the follow­ ing grammars:
5+
Construct recursive-descent parsers, starting with the following grammars:
66

77
1. S -> + S S | - S S | a
88
2. S -> S ( S ) S | ε

0 commit comments

Comments
 (0)