]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/escape-strings/escape-strings.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / escape-strings / escape-strings.factor
index 136e4992b24b330b60fefa327c81c06ee7aee275..6686b9c1bf9d8ec1c4a4b8c4e118ce7ae7a2089d 100644 (file)
@@ -91,4 +91,4 @@ M: sequence sha1-escape-strings ( seq -- strs )
     [ sha1-escape-string ] { } map-as ;
 
 M: string sha1-escape-strings ( str -- strs )
-    lines sha1-escape-strings ;
\ No newline at end of file
+    split-lines sha1-escape-strings ;
\ No newline at end of file