diff options
author | Dustin Lam <mynameisdustinlam@gmail.com> | 2013-08-17 04:42:15 -0700 |
---|---|---|
committer | Dustin Lam <mynameisdustinlam@gmail.com> | 2013-08-17 04:42:15 -0700 |
commit | 749ccb4a60a2ad54759e1bcea9a47dc69646183e (patch) | |
tree | 23d18d7628b2a24ae1d77714d5ca35a51f4d8511 | |
parent | 28189f2524d6d7754d6f39b18d24c4b47c258891 (diff) | |
download | rails-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.rb | 2 |
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. # |