mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +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:
parent
461ff313fa
commit
4fe6d19a5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue