Help lint fix

db4
Slava Pestov 2008-06-25 15:37:01 -05:00
parent d65a76d10f
commit bc5c784016
1 changed files with 1 additions and 1 deletions

View File

@ -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 } } }