ruby-changes:41126
From: nobu <ko1@a...>
Date: Sat, 19 Dec 2015 14:24:00 +0900 (JST)
Subject: [ruby-changes:41126] nobu:r53199 (trunk): csv.rb: Fix typo [ci skip
nobu 2015-12-19 14:23:50 +0900 (Sat, 19 Dec 2015) New Revision: 53199 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53199 Log: csv.rb: Fix typo [ci skip * lib/csv.rb (CSV#initialize): [DOC] Fix double-word typo. [Fix GH-1161] Modified files: trunk/ChangeLog trunk/lib/csv.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 53198) +++ ChangeLog (revision 53199) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Dec 19 14:23:59 2015 Jake Worth <jakeworth82@g...> + + * lib/csv.rb (CSV#initialize): [DOC] Fix double-word typo. + [Fix GH-1161] + Sat Dec 19 10:33:33 2015 Martin Duerst <duerst@i...> * enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250 Index: lib/csv.rb =================================================================== --- lib/csv.rb (revision 53198) +++ lib/csv.rb (revision 53199) @@ -1364,7 +1364,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L1364 # a String for +data+, you can later retrieve it (after writing to it, for # example) with CSV.string(). # - # Note that a wrapped String will be positioned at at the beginning (for + # Note that a wrapped String will be positioned at the beginning (for # reading). If you want it at the end (for writing), use CSV::generate(). # If you want any other positioning, pass a preset StringIO object instead. # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/