From bc5c7840165cae1fb36d7276bc11706dd4d16654 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 25 Jun 2008 15:37:01 -0500 Subject: [PATCH] Help lint fix --- core/strings/parser/parser-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/strings/parser/parser-docs.factor b/core/strings/parser/parser-docs.factor index 0aa6d483ca..e1c53cd87a 100644 --- a/core/strings/parser/parser-docs.factor +++ b/core/strings/parser/parser-docs.factor @@ -7,7 +7,7 @@ HELP: bad-escape HELP: escape { $values { "escape" "a single-character escape" } { "ch" "a character" } } { $description "Converts from a single-character escape code and the corresponding character." } -{ $examples { $example "USING: kernel parser prettyprint ;" "CHAR: n escape CHAR: \\n = ." "t" } } ; +{ $examples { $example "USING: kernel prettyprint strings.parser ;" "CHAR: n escape CHAR: \\n = ." "t" } } ; HELP: parse-string { $values { "str" "a new " { $link string } } }