Skip to content

Commit 5280184

Browse files
potpathezio-melottiCAM-Gerlach
authored
Fix one character typo (#1039)
* Fix one character typo * Fix label position in internals/parser.rst Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent ee80f05 commit 5280184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internals/parser.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Key ideas
9292
PEG parser doesn't have a concept of "where the :exc:`SyntaxError` is".
9393

9494

95-
Consequences or the ordered choice operator
96-
-------------------------------------------
97-
9895
.. _consequences-of-ordered-choice:
9996

97+
Consequences of the ordered choice operator
98+
-------------------------------------------
99+
100100
Although PEG may look like EBNF, its meaning is quite different. The fact
101101
that in PEG parsers alternatives are ordered (which is at the core of how PEG
102102
parsers work) has deep consequences, other than removing ambiguity.

0 commit comments

Comments
 (0)