diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-06-12 00:41:42 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-06-12 00:41:42 +0300 |
commit | 70cafa2bff345fe50837ad9879e01258a27b89b7 (patch) | |
tree | 86894e8550f4056365618cc4ba9aaa887126875f /activesupport | |
parent | 07bf60864474ba2217636ca1d2216fe7b89a6628 (diff) | |
download | rails-70cafa2bff345fe50837ad9879e01258a27b89b7.tar.gz rails-70cafa2bff345fe50837ad9879e01258a27b89b7.tar.bz2 rails-70cafa2bff345fe50837ad9879e01258a27b89b7.zip |
with -> will
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/hash/indifferent_access.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb index c2a6476604..0b368fe7b7 100644 --- a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb +++ b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb @@ -11,7 +11,7 @@ class Hash end # Called when object is nested under an object that receives - # #with_indifferent_access. This method with be called on the current object + # #with_indifferent_access. This method will be called on the current object # by the enclosing object and is aliased to #with_indifferent_access by # default. Subclasses of Hash may overwrite this method to return +self+ if # converting to an +ActiveSupport::HashWithIndifferentAccess+ would not be |