emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#71303: closed ([PATCH] doc: Fix typo in PEG example.)


From: GNU bug Tracking System
Subject: bug#71303: closed ([PATCH] doc: Fix typo in PEG example.)
Date: Tue, 18 Jun 2024 20:13:02 +0000

Your message dated Tue, 18 Jun 2024 22:12:10 +0200
with message-id <715E6647-B2CC-40F1-BE66-DCDA9FF769E4@sarc.name>
and subject line Re: [PATCH] doc: Fix typo in PEG example.
has caused the debbugs.gnu.org bug report #71303,
regarding [PATCH] doc: Fix typo in PEG example.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71303: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71303
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] doc: Fix typo in PEG example. Date: Tue, 18 Jun 2024 22:12:10 +0200
Patch applied in 4fe6d19a5baa43910f346656539c6942d436572b.

Thank you!



--- End Message ---

reply via email to

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