Fix minor typo in the PEG documentation.
authorArun Isaac <arunisaac@systemreboot.net>
Sun, 4 Mar 2018 21:02:30 +0000 (02:32 +0530)
committerMark H Weaver <mhw@netris.org>
Fri, 16 Mar 2018 04:15:12 +0000 (00:15 -0400)
* doc/ref/api-peg.texi (PEG Internals): Fix minor typo.

Signed-off-by: Mark H Weaver <mhw@netris.org>
doc/ref/api-peg.texi

index cbe3edd3422527ab723eae6ea5f415d135dd6a44..82e2758b4458e07330972bec513abebe9213ccb3 100644 (file)
@@ -1012,7 +1012,7 @@ interpreted internally in two steps.
 First, any string PEG is expanded into an s-expression PEG by the code
 in the @code{(ice-9 peg string-peg)} module.
 
-Then, then s-expression PEG that results is compiled into a parsing
+Then, the s-expression PEG that results is compiled into a parsing
 function by the @code{(ice-9 peg codegen)} module. In particular, the
 function @code{compile-peg-pattern} is called on the s-expression. It then
 decides what to do based on the form it is passed.