1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
hsbt 2014-04-03 05:59:14 +00:00
parent 08d40c92a0
commit 22305ffea0

View file

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