splitting-docs: Fix stack effect of string-lines.

locals-and-roots
Doug Coleman 2016-04-05 14:50:50 -07:00
parent 49be5b2c52
commit aaae4bcf9f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ HELP: ?tail-slice
{ $description "Like " { $link ?tail } ", except the resulting sequence is a " { $link slice } "." } ;
HELP: string-lines
{ $values { "str" string } { "seq" { $sequence string } } }
{ $values { "seq" sequence } { "seq'" { $sequence string } } }
{ $description "Splits a string along line breaks." }
{ $examples
{ $example "USING: prettyprint splitting ;" "\"Hello\\r\\nworld\\n\" string-lines ." "{ \"Hello\" \"world\" }" }