diff options
-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 |