Skip to content

Commit

Permalink
Improve gready comment in docs.html (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlatt committed Jul 8, 2020
1 parent 7b26173 commit aa33320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.html
Expand Up @@ -259,7 +259,7 @@ <h5 id="unparse-config-default">Default Unparse Config with all options</h5>
delimiter: ",",
header: true,
newline: "\r\n",
skipEmptyLines: false, //or 'greedy',
skipEmptyLines: false, //other option is 'greedy', meaning skip delimiters, quotes, and whitespace.
columns: null //or array of strings
}
</code></pre>
Expand Down

0 comments on commit aa33320

Please sign in to comment.