guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix minor typo in the PEG documentation.


From: Mark H. Weaver
Subject: [Guile-commits] 01/01: Fix minor typo in the PEG documentation.
Date: Fri, 16 Mar 2018 00:16:35 -0400 (EDT)

mhw pushed a commit to branch stable-2.2
in repository guile.

commit 01f97cfc0a2621f664202e6b19f79cf138869a3d
Author: Arun Isaac <address@hidden>
Date:   Mon Mar 5 02:32:30 2018 +0530

    Fix minor typo in the PEG documentation.
    
    * doc/ref/api-peg.texi (PEG Internals): Fix minor typo.
    
    Signed-off-by: Mark H Weaver <address@hidden>
---
 doc/ref/api-peg.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi
index cbe3edd..82e2758 100644
--- a/doc/ref/api-peg.texi
+++ b/doc/ref/api-peg.texi
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]