mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/csv] Fix typo [ci skip]
https://github.com/ruby/csv/commit/117bcf311e
This commit is contained in:
parent
677ccb927c
commit
441cd156e0
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ class CSV
|
|||
#
|
||||
# Calls CSV.read with +source+, +options+, and certain default options:
|
||||
# - +headers+: +true+
|
||||
# - +converbers+: +:numeric+
|
||||
# - +converters+: +:numeric+
|
||||
# - +header_converters+: +:symbol+
|
||||
#
|
||||
# Returns a CSV::Table object.
|
||||
|
|
Loading…
Add table
Reference in a new issue