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. "