guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated: bug#71303: [PATCH] doc: Fix typo in


From: Daniel Llorens
Subject: [Guile-commits] branch main updated: bug#71303: [PATCH] doc: Fix typo in PEG example.
Date: Tue, 18 Jun 2024 04:37:15 -0400

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 4fe6d19a5 bug#71303: [PATCH] doc: Fix typo in PEG example.
4fe6d19a5 is described below

commit 4fe6d19a5baa43910f346656539c6942d436572b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri May 31 23:55:14 2024 -0400

    bug#71303: [PATCH] doc: Fix typo in PEG example.
    
    * 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



reply via email to

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