aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGeorge Millo <georgejulianmillo@gmail.com>2014-12-12 13:36:55 +0000
committerGeorge Millo <georgejulianmillo@gmail.com>2014-12-12 13:36:55 +0000
commitcca240ab3538ad41135f52716bbd6141bd394ab7 (patch)
tree5bf59f121a4e776badaefb9012e18479739ea2a1 /activesupport
parentb5001ea4d82d5bff21510b1315ca0db2fdaa186b (diff)
downloadrails-cca240ab3538ad41135f52716bbd6141bd394ab7.tar.gz
rails-cca240ab3538ad41135f52716bbd6141bd394ab7.tar.bz2
rails-cca240ab3538ad41135f52716bbd6141bd394ab7.zip
English fix [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/module/delegation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb
index 570585b89a..24df83800b 100644
--- a/activesupport/lib/active_support/core_ext/module/delegation.rb
+++ b/activesupport/lib/active_support/core_ext/module/delegation.rb
@@ -17,7 +17,7 @@ class Module
# ==== Options
# * <tt>:to</tt> - Specifies the target object
# * <tt>:prefix</tt> - Prefixes the new method with the target name or a custom prefix
- # * <tt>:allow_nil</tt> - if set to true, prevents a +NoMethodError+ to be raised
+ # * <tt>:allow_nil</tt> - if set to true, prevents a +NoMethodError+ from being raised
#
# The macro receives one or more method names (specified as symbols or
# strings) and the name of the target object via the <tt>:to</tt> option