peg.ebnf: fix minor typo in docs

db4
Keita Haga 2011-01-20 23:39:30 +09:00
parent 5043611252
commit 904d85860a
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ ARTICLE: "peg.ebnf.variable" "Variable"
;
ARTICLE: "peg.ebnf.foreign-rules" "Foreign Rules"
"Rules can call outto other peg.ebnf defined parsers. The result of "
"Rules can call out to other peg.ebnf defined parsers. The result of "
"the foreign call then becomes the AST of the successful parse. Foreign rules "
"are invoked using '<foreign word-name>' or '<foreign word-name rule>'. The "
"latter allows calling a specific rule in a previously designed peg.ebnf parser. "