From 0140e59fa9c66d813276e146195401766ff25ea1 Mon Sep 17 00:00:00 2001 From: jaymeans Date: Fri, 27 Jul 2018 17:34:37 -0700 Subject: [PATCH] updating docs --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.html b/docs/docs.html index b7ef9e0..68f1132 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -505,7 +505,7 @@ var csv = Papa.unparse({ skipEmptyLines - If true, lines that are completely empty (those which evaluate to an empty string) will be skipped. If set to 'greedy', lines that don't have any content (those which have only delimiters, quotes, and whitespace) will also be skipped. + If true, lines that are completely empty (those which evaluate to an empty string) will be skipped. If set to 'greedy', lines that don't have any content (those which have only whitespace after parsing) will also be skipped.