aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 05:35:42 +0000
committergogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 05:35:42 +0000
commit74074f7620e21df7ba44472a6e51abb444b1cc28 (patch)
treec243ae45a32c08d7c32e79ee3a50fe8c874abc4e /lib
parent5e635a371381d60a9287d0f80d3dace9f35bde01 (diff)
downloadruby-74074f7620e21df7ba44472a6e51abb444b1cc28.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
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