Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Oct 31, 2023
1 parent 96c65e7 commit 8fa061a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ else if (out instanceof Writer) {
.meta()
.arglists("(csv/write-str records & options)")
.doc(
"Writes data to a string in CSV format.\n" +
"\n" +
"Writes data to a string in CSV format.\n\n" +
"All fields containing a quote char, a separator char or a newline " +
"are quoted.\n\n" +
"Options:\n\n" +
"| :separator val | e.g. \",\", defaults to a comma |\n" +
"| :quote val | e.g. \"'\", defaults to a double quote |\n" +
Expand Down

0 comments on commit 8fa061a

Please sign in to comment.