From bad2d7e499d376f22408b95139f0016eae46d34c Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sun, 20 May 2012 00:34:06 +0200 Subject: [PATCH] parser: fix typo in docs --- core/parser/parser-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser/parser-docs.factor b/core/parser/parser-docs.factor index 852f2a6a03..ba88a9f7ad 100644 --- a/core/parser/parser-docs.factor +++ b/core/parser/parser-docs.factor @@ -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