aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2011-02-19 13:04:22 -0500
committerMani Tadayon <bowsersenior@gmail.com>2011-02-21 13:44:19 -0800
commit308328fd7fff4ec3436484095488a9105060d950 (patch)
treeea93ac5b50374dc935a404b4b540ddeed1844366
parenta40b7159d90d0c2f80b068c7dd251b3627446fed (diff)
downloadrails-308328fd7fff4ec3436484095488a9105060d950.tar.gz
rails-308328fd7fff4ec3436484095488a9105060d950.tar.bz2
rails-308328fd7fff4ec3436484095488a9105060d950.zip
Add a forgotten word.
-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"