Skip to content

Commit aa33320

Browse files
authoredJul 8, 2020
Improve gready comment in docs.html (#816)
1 parent 7b26173 commit aa33320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h5 id="unparse-config-default">Default Unparse Config with all options</h5>
259259
delimiter: ",",
260260
header: true,
261261
newline: "\r\n",
262-
skipEmptyLines: false, //or 'greedy',
262+
skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace.
263263
columns: null //or array of strings
264264
}
265265
</code></pre>

0 commit comments

Comments
 (0)