aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorgogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 05:06:25 +0000
committergogotanaka <gogotanaka@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-10 05:06:25 +0000
commit8b032e29ce62565335da4e39be962bcd416196f6 (patch)
tree4d4aa5148c14aa046dd93a9e383cfd89767aa7bc /lib/csv.rb
parent5bee2d648306adbc1fd68a83e682b04564de1b99 (diff)
downloadruby-8b032e29ce62565335da4e39be962bcd416196f6.tar.gz
* Fix typo. Patch by @davydovanton
[Fix GH-928][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index 981bf26364..fd493d8859 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -2094,7 +2094,7 @@ class CSV
# are set. When +field_name+ is <tt>:header_converters</tt> header converters
# are added instead.
#
- # The <tt>:unconverted_fields</tt> option is also actived for
+ # The <tt>:unconverted_fields</tt> option is also activated for
# <tt>:converters</tt> calls, if requested.
#
def init_converters(options, field_name = :converters)