From 22305ffea01182c803b7e68cf282df5dc198c86e Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 3 Apr 2014 05:59:14 +0000 Subject: * 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 --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 # ' as the quote character # instead of the correct ". # 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. -- cgit v1.2.3