ruby-changes:38628
From: gogotanaka <ko1@a...>
Date: Mon, 1 Jun 2015 14:36:01 +0900 (JST)
Subject: [ruby-changes:38628] gogotanaka:r50709 (trunk): lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]
gogotanaka 2015-06-01 14:35:42 +0900 (Mon, 01 Jun 2015) New Revision: 50709 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50709 Log: lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907] Modified files: trunk/lib/csv.rb Index: lib/csv.rb =================================================================== --- lib/csv.rb (revision 50708) +++ lib/csv.rb (revision 50709) @@ -517,7 +517,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L517 end # - # Collapses the row into a simple Hash. Be warning that this discards field + # Collapses the row into a simple Hash. Be warned that this discards field # order and clobbers duplicate fields. # def to_hash -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/