From 74074f7620e21df7ba44472a6e51abb444b1cc28 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Mon, 1 Jun 2015 05:35:42 +0000 Subject: lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csv.rb') diff --git a/lib/csv.rb b/lib/csv.rb index 54b820df31..981bf26364 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -517,7 +517,7 @@ class CSV 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 -- cgit v1.2.3