unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#30703: [PATCH] Fix minor typo in PEG documentation.
@ 2018-03-04 21:02 Arun Isaac
  2018-03-16  4:16 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Isaac @ 2018-03-04 21:02 UTC (permalink / raw)
  To: 30703

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30703: [PATCH] Fix minor typo in PEG documentation.
  2018-03-04 21:02 bug#30703: [PATCH] Fix minor typo in PEG documentation Arun Isaac
@ 2018-03-16  4:16 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2018-03-16  4:16 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 30703-done

Arun Isaac <arunisaac@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-16  4:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04 21:02 bug#30703: [PATCH] Fix minor typo in PEG documentation Arun Isaac
2018-03-16  4:16 ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).