aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index b8697fe1da..cd59d8caeb 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -1396,7 +1396,7 @@ class CSV
# <tt>'</tt> as the quote character
# instead of the correct <tt>"</tt>.
# CSV will always consider a double
- # sequence this character to be an
+ # sequence of this character to be an
# escaped quote. This String will be
# transcoded into the data's Encoding
# before parsing.