From aa333201af80f79abbbe2984de4a5dcf90f88fd6 Mon Sep 17 00:00:00 2001 From: Paul Schlattmann <3031146+pschlatt@users.noreply.github.com> Date: Wed, 8 Jul 2020 14:37:08 -0600 Subject: [PATCH] Improve gready comment in docs.html (#816) --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index c4fec01..a73f512 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -259,7 +259,7 @@ 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 }