diff --git a/lib/csv.rb b/lib/csv.rb index cc3e7f6362..54b820df31 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1476,7 +1476,7 @@ class CSV # the rows contain no actual data. If # you want to skip rows that contain # separators but no content, consider - # using :skip_lines, or + # using :skip_lines, or # inspecting fields.compact.empty? on # each row. # :force_quotes:: When set to a +true+ value, CSV will