aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2011-02-19 13:04:22 -0500
committerBen Orenstein <ben.orenstein@gmail.com>2011-02-19 13:04:22 -0500
commitcff0aebbc4e4a3c586066eb289e667de0962aedb (patch)
tree9b4405eeaacd81cdca63c7a0ec94e0c89a9c3e51 /activesupport
parent262dd965df5c46d674f76928a46a76c6132c9e35 (diff)
downloadrails-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.rb2
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"