]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs for csv
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Feb 2010 19:04:42 +0000 (13:04 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 27 Feb 2010 19:04:42 +0000 (13:04 -0600)
basis/csv/csv-docs.factor

index 075b00eea2202bf6a8297eefadb570dc6ac8e678..32c4cd53fb8b90ade970bfdf0b8e8f4fb7e583a7 100644 (file)
@@ -30,7 +30,7 @@ HELP: string>csv
 
 HELP: csv>string
 { $values
-    { "rows" "a sequence of sequences of strings" }
+    { "csv" "csv" }
     { "string" string }
 }
 { $description "Writes a comma-separated-value structure to a string." } ;