1
0
Fork 0
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:
Kenta Murata 2020-12-27 13:47:42 +09:00
parent 677ccb927c
commit 441cd156e0

View file

@ -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.