aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-06-12 00:41:42 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-06-12 00:41:42 +0300
commit70cafa2bff345fe50837ad9879e01258a27b89b7 (patch)
tree86894e8550f4056365618cc4ba9aaa887126875f /activesupport/lib
parent07bf60864474ba2217636ca1d2216fe7b89a6628 (diff)
downloadrails-70cafa2bff345fe50837ad9879e01258a27b89b7.tar.gz
rails-70cafa2bff345fe50837ad9879e01258a27b89b7.tar.bz2
rails-70cafa2bff345fe50837ad9879e01258a27b89b7.zip
with -> will
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/indifferent_access.rb2
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