unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#71303: [PATCH] doc: Fix typo in PEG example.
@ 2024-06-01  3:55 Maxim Cournoyer
  2024-06-18 20:12 ` lloda
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Cournoyer @ 2024-06-01  3:55 UTC (permalink / raw)
  To: 71303; +Cc: Maxim Cournoyer

* doc/ref/api-peg.texi (PEG API Reference): Fix typo in PEG example.

---

 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 a6ab7080d..d34ddc64c 100644
--- a/doc/ref/api-peg.texi
+++ b/doc/ref/api-peg.texi
@@ -312,7 +312,7 @@ You can use this nonterminal with all of the regular PEG functions:
 
 @lisp
 (match-pattern as "aaaaa") @result{}
-#<peg start: 0 end: 5 string: bbbbb tree: bbbbb>
+#<peg start: 0 end: 5 string: aaaaa tree: aaaaa>
 @end lisp
 
 @subsubheading Parsing & Matching Functions

base-commit: 779a83d9c682345802f9a605cb8e2b4892129316
-- 
2.41.0






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

* bug#71303: [PATCH] doc: Fix typo in PEG example.
  2024-06-01  3:55 bug#71303: [PATCH] doc: Fix typo in PEG example Maxim Cournoyer
@ 2024-06-18 20:12 ` lloda
  0 siblings, 0 replies; 2+ messages in thread
From: lloda @ 2024-06-18 20:12 UTC (permalink / raw)
  To: 71303-done

Patch applied in 4fe6d19a5baa43910f346656539c6942d436572b.

Thank you!






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

end of thread, other threads:[~2024-06-18 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01  3:55 bug#71303: [PATCH] doc: Fix typo in PEG example Maxim Cournoyer
2024-06-18 20:12 ` lloda

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).