From 4fe6d19a5baa43910f346656539c6942d436572b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 31 May 2024 23:55:14 -0400 Subject: [PATCH] bug#71303: [PATCH] doc: Fix typo in PEG example. * doc/ref/api-peg.texi (PEG API Reference): Fix typo in PEG example. --- doc/ref/api-peg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{} -# +# @end lisp @subsubheading Parsing & Matching Functions