From 117bcf311e6e300dfbbb37f5ddf0387eb9a6a114 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Sun, 27 Dec 2020 13:47:42 +0900 Subject: [PATCH] Fix typo [ci skip] --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csv.rb b/lib/csv.rb index 5ee71a2a..cab054f6 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1681,7 +1681,7 @@ def readlines(path, **options) # # Calls CSV.read with +source+, +options+, and certain default options: # - +headers+: +true+ - # - +converbers+: +:numeric+ + # - +converters+: +:numeric+ # - +header_converters+: +:symbol+ # # Returns a CSV::Table object.