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:
parent
08d40c92a0
commit
22305ffea0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue