aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Lam <mynameisdustinlam@gmail.com>2013-08-17 04:42:15 -0700
committerDustin Lam <mynameisdustinlam@gmail.com>2013-08-17 04:42:15 -0700
commit749ccb4a60a2ad54759e1bcea9a47dc69646183e (patch)
tree23d18d7628b2a24ae1d77714d5ca35a51f4d8511
parent28189f2524d6d7754d6f39b18d24c4b47c258891 (diff)
downloadrails-749ccb4a60a2ad54759e1bcea9a47dc69646183e.tar.gz
rails-749ccb4a60a2ad54759e1bcea9a47dc69646183e.tar.bz2
rails-749ccb4a60a2ad54759e1bcea9a47dc69646183e.zip
Fixed grammar error in ordered_options documention.
-rw-r--r--activesupport/lib/active_support/ordered_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/ordered_options.rb b/activesupport/lib/active_support/ordered_options.rb
index e03bb4ca0f..a33e2c58a9 100644
--- a/activesupport/lib/active_support/ordered_options.rb
+++ b/activesupport/lib/active_support/ordered_options.rb
@@ -41,7 +41,7 @@ module ActiveSupport
end
# +InheritableOptions+ provides a constructor to build an +OrderedOptions+
- # hash inherited from the another hash.
+ # hash inherited from another hash.
#
# Use this if you already have some hash and you want to create a new one based on it.
#