From 004608e1f48171bc9697713663fc39a25751f2d8 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 27 Feb 2010 13:04:42 -0600 Subject: [PATCH] fix docs for csv --- basis/csv/csv-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/csv/csv-docs.factor b/basis/csv/csv-docs.factor index 075b00eea2..32c4cd53fb 100644 --- a/basis/csv/csv-docs.factor +++ b/basis/csv/csv-docs.factor @@ -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." } ;