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
'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.