From 904d85860a87489ac7118a8d0904b07a08b57a0c Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Thu, 20 Jan 2011 23:39:30 +0900 Subject: [PATCH] peg.ebnf: fix minor typo in docs --- basis/peg/ebnf/ebnf-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/peg/ebnf/ebnf-docs.factor b/basis/peg/ebnf/ebnf-docs.factor index 2ffc7e0b29..7b740a4dc3 100644 --- a/basis/peg/ebnf/ebnf-docs.factor +++ b/basis/peg/ebnf/ebnf-docs.factor @@ -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 '' or ''. The " "latter allows calling a specific rule in a previously designed peg.ebnf parser. "