]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/strings/tables/tables.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / strings / tables / tables.factor
index 8fe5710102f92d428a4171309390875f55938811..c3e5aca1cbe648df29c14b57f0ed7e7167d8b812 100644 (file)
@@ -14,7 +14,7 @@ IN: strings.tables
 PRIVATE>
 
 : format-table ( table -- seq )
-    [ [ string-lines ] map format-row flip ] map concat flip
+    [ [ lines ] map format-row flip ] map concat flip
     [ { } ] [
         [ but-last-slice [ format-column ] map! drop ] keep
         flip [ " " join ] map!