GNU bug report logs - #71303
[PATCH] doc: Fix typo in PEG example.

Previous Next

Package: guile;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sat, 1 Jun 2024 03:56:01 UTC

Severity: normal

Tags: patch

Done: lloda <lloda <at> sarc.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: bug#71303: closed (Re: [PATCH] doc: Fix typo in PEG example.)
Date: Tue, 18 Jun 2024 20:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71303: [PATCH] doc: Fix typo in PEG example.

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71303 <at> debbugs.gnu.org.

-- 
71303: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71303
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: lloda <lloda <at> sarc.name>
To: 71303-done <at> debbugs.gnu.org
Subject: Re: [PATCH] doc: Fix typo in PEG example.
Date: Tue, 18 Jun 2024 22:12:10 +0200
Patch applied in 4fe6d19a5baa43910f346656539c6942d436572b.

Thank you!


[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guile <at> gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH] doc: Fix typo in PEG example.
Date: Fri, 31 May 2024 23:55:14 -0400
* 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




This bug report was last modified 1 year and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.