mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
8e7393559f
commit
2351d88f51
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue