diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-31 23:55:14 -0400 |
---|---|---|
committer | Daniel Llorens <lloda@sarc.name> | 2024-06-18 10:36:50 +0200 |
commit | 4fe6d19a5baa43910f346656539c6942d436572b (patch) | |
tree | 61499059c8b0565c4700f437519965713f77e43c /doc/ref/api-peg.texi | |
parent | 461ff313fa478d207a7668595e9d976a2ace9770 (diff) | |
download | guile-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.texi | 2 |
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 |