summaryrefslogtreecommitdiff
path: root/doc/ref/api-peg.texi
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-05-31 23:55:14 -0400
committerDaniel Llorens <lloda@sarc.name>2024-06-18 10:36:50 +0200
commit4fe6d19a5baa43910f346656539c6942d436572b (patch)
tree61499059c8b0565c4700f437519965713f77e43c /doc/ref/api-peg.texi
parent461ff313fa478d207a7668595e9d976a2ace9770 (diff)
downloadguile-4fe6d19a5baa43910f346656539c6942d436572b.tar.gz
bug#71303: [PATCH] doc: Fix typo in PEG example.
* doc/ref/api-peg.texi (PEG API Reference): Fix typo in PEG example.
Diffstat (limited to 'doc/ref/api-peg.texi')
-rw-r--r--doc/ref/api-peg.texi2
1 files changed, 1 insertions, 1 deletions
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