diff options
author | Ben Orenstein <ben.orenstein@gmail.com> | 2011-02-19 13:04:22 -0500 |
---|---|---|
committer | Ben Orenstein <ben.orenstein@gmail.com> | 2011-02-19 13:04:22 -0500 |
commit | cff0aebbc4e4a3c586066eb289e667de0962aedb (patch) | |
tree | 9b4405eeaacd81cdca63c7a0ec94e0c89a9c3e51 /activesupport | |
parent | 262dd965df5c46d674f76928a46a76c6132c9e35 (diff) | |
download | rails-cff0aebbc4e4a3c586066eb289e667de0962aedb.tar.gz rails-cff0aebbc4e4a3c586066eb289e667de0962aedb.tar.bz2 rails-cff0aebbc4e4a3c586066eb289e667de0962aedb.zip |
Add a forgotten word.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/object/with_options.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/with_options.rb b/activesupport/lib/active_support/core_ext/object/with_options.rb index 33aeeb2391..c23afabfdb 100644 --- a/activesupport/lib/active_support/core_ext/object/with_options.rb +++ b/activesupport/lib/active_support/core_ext/object/with_options.rb @@ -27,7 +27,7 @@ class Object # end # end # - # It also be used with an explicit receiver: + # It can also be used with an explicit receiver: # # map.with_options :controller => "people" do |people| # people.connect "/people", :action => "index" |