GNU bug report logs -
#30703
[PATCH] Fix minor typo in PEG documentation.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 16 Mar 2018 00:16:29 -0400
with message-id <87lges4puq.fsf <at> netris.org>
and subject line Re: bug#30703: [PATCH] Fix minor typo in PEG documentation.
has caused the debbugs.gnu.org bug report #30703,
regarding [PATCH] Fix minor typo in PEG documentation.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30703: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30703
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* doc/ref/api-peg.texi (PEG Internals): Fix minor typo.
---
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 cbe3edd34..82e2758b4 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.
--
2.15.1
[Message part 3 (message/rfc822, inline)]
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * doc/ref/api-peg.texi (PEG Internals): Fix minor typo.
> ---
> 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 cbe3edd34..82e2758b4 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.
Applied in commit 01f97cfc0a2621f664202e6b19f79cf138869a3d of the
stable-2.2 branch.
Thanks!
Mark
This bug report was last modified 7 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.