]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: fix typo in docs
authorFelix Kaiser <felix.kaiser@fxkr.net>
Sat, 19 May 2012 22:34:06 +0000 (00:34 +0200)
committerFelix Kaiser <felix.kaiser@fxkr.net>
Sat, 19 May 2012 22:34:51 +0000 (00:34 +0200)
core/parser/parser-docs.factor

index 852f2a6a0373d709e42ddd89d119088adb9b8f91..ba88a9f7ad21664a65d756e8964ed086c96adce7 100644 (file)
@@ -6,7 +6,7 @@ words.symbol words.alias words.constant vocabs.parser ;
 IN: parser
 
 ARTICLE: "reading-ahead" "Reading ahead"
-"Parsing words can consume input from the input stream. Words come in two flavors: words that throw upon finding end of file, and words that return " { $link f } "upon the same." $nl
+"Parsing words can consume input from the input stream. Words come in two flavors: words that throw upon finding end of file, and words that return " { $link f } " upon the same." $nl
 "Parsing words that throw on end of file:"
 { $subsections
     scan-token