splitting: fix docs for string-lines.
parent
2cf223d863
commit
82d4b1d67e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue