splitting: fix docs for string-lines.

db4
John Benediktsson 2016-03-13 20:02:09 -07:00
parent 2cf223d863
commit 82d4b1d67e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ HELP: string-lines
{ $values { "str" string } { "seq" "a sequence of strings" } }
{ $description "Splits a string along line breaks." }
{ $examples
{ $example "USING: prettyprint splitting ;" "\"Hello\\r\\nworld\\n\" string-lines ." "{ \"Hello\" \"world\" \"\" }" }
{ $example "USING: prettyprint splitting ;" "\"Hello\\r\\nworld\\n\" string-lines ." "{ \"Hello\" \"world\" }" }
} ;
HELP: replace