mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Fix minor typo in the PEG documentation.
* doc/ref/api-peg.texi (PEG Internals): Fix minor typo. Signed-off-by: Mark H Weaver <mhw@netris.org>
This commit is contained in:
parent
6d9c6833e7
commit
01f97cfc0a
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ interpreted internally in two steps.
|
|||
First, any string PEG is expanded into an s-expression PEG by the code
|
||||
in the @code{(ice-9 peg string-peg)} module.
|
||||
|
||||
Then, then s-expression PEG that results is compiled into a parsing
|
||||
Then, the s-expression PEG that results is compiled into a parsing
|
||||
function by the @code{(ice-9 peg codegen)} module. In particular, the
|
||||
function @code{compile-peg-pattern} is called on the s-expression. It then
|
||||
decides what to do based on the form it is passed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue