aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-12 11:45:08 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-12 11:45:08 -0200
commitec0a71066ac65ec6e4fce47c7046eba2c116e456 (patch)
tree5bf59f121a4e776badaefb9012e18479739ea2a1
parentb5001ea4d82d5bff21510b1315ca0db2fdaa186b (diff)
parentcca240ab3538ad41135f52716bbd6141bd394ab7 (diff)
downloadrails-ec0a71066ac65ec6e4fce47c7046eba2c116e456.tar.gz
rails-ec0a71066ac65ec6e4fce47c7046eba2c116e456.tar.bz2
rails-ec0a71066ac65ec6e4fce47c7046eba2c116e456.zip
Merge pull request #18007 from georgemillo/patch-1
English fix [ci skip]
-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