summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index c793b8e96a..8aa9dcabc6 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -909,7 +909,7 @@ class CSV
# empty value(s) on each line will be
# replaced with the specified value.
# <b><tt>:strip</tt></b>:: When setting a +true+ value, CSV will
- # strip "\t\r\n\f\v" around the values.
+ # strip " \t\f\v" around the values.
# If you specify a string instead of
# +true+, CSV will strip string. The
# length of the string must be 1.