summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-27 13:47:42 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-27 15:27:46 +0900
commit441cd156e0e6fc5161440c782901861fbc43af80 (patch)
tree0c35bf0fd2a7f2b7541b2eb66f55162b98d3105f /lib
parent677ccb927c10444449459added79c8e7d2fc3186 (diff)
[ruby/csv] Fix typo [ci skip]
https://github.com/ruby/csv/commit/117bcf311e
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 056cfa2051..868f8e5b0e 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -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.