ruby-changes:33431
From: hsbt <ko1@a...>
Date: Thu, 3 Apr 2014 14:59:19 +0900 (JST)
Subject: [ruby-changes:33431] hsbt:r45510 (trunk): * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
hsbt 2014-04-03 14:59:14 +0900 (Thu, 03 Apr 2014) New Revision: 45510 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45510 Log: * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip] Modified files: trunk/lib/csv.rb Index: lib/csv.rb =================================================================== --- lib/csv.rb (revision 45509) +++ lib/csv.rb (revision 45510) @@ -1396,7 +1396,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L1396 # <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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/