]> gitweb.factorcode.org Git - factor.git/blobdiff - core/splitting/splitting-docs.factor
factor: qualifying blank?, random fixes, renamed test file
[factor.git] / core / splitting / splitting-docs.factor
index 51bad5472baf4db9b59bd4e83dc143b74547608a..f291372f7a6a4ce90248fbf39d3a37772508b2e0 100644 (file)
@@ -98,7 +98,7 @@ HELP: split-lines
 { $values { "seq" sequence } { "seq'" { $sequence string } } }
 { $description "Splits a string along line breaks." }
 { $examples
-    { $example "USING: prettyprint splitting ;" "\"Hello\\r\\nworld\\n\" lines ." "{ \"Hello\" \"world\" }" }
+    { $example "USING: prettyprint splitting ;" "\"Hello\\r\\nworld\\n\" split-lines ." "{ \"Hello\" \"world\" }" }
 } ;
 
 HELP: replace