summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-03 05:59:14 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-03 05:59:14 +0000
commit22305ffea01182c803b7e68cf282df5dc198c86e (patch)
treec455afd66345eccb0cfe2b2600534cc602338717 /lib/csv.rb
parent08d40c92a0452aa265a260ed7a5509ffa1965e75 (diff)
* lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/csv.rb')
-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.