1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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

* doc/ref/api-peg.texi (PEG API Reference): Fix typo in PEG example.
This commit is contained in:
Maxim Cournoyer 2024-05-31 23:55:14 -04:00 committed by Daniel Llorens
parent 461ff313fa
commit 4fe6d19a5b

View file

@ -312,7 +312,7 @@ You can use this nonterminal with all of the regular PEG functions:
@lisp @lisp
(match-pattern as "aaaaa") @result{} (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 @end lisp
@subsubheading Parsing & Matching Functions @subsubheading Parsing & Matching Functions