aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-07-05 00:10:59 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-07-05 00:10:59 +0530
commit254a1e57d79143f21af74e1aa289ba546b3be821 (patch)
treecf028cdf7733cfcd3b6722559c9a26bb9099bbb5 /activesupport
parent47139b8cb6275aa8bd791df221060cbf872e9e18 (diff)
downloadrails-254a1e57d79143f21af74e1aa289ba546b3be821.tar.gz
rails-254a1e57d79143f21af74e1aa289ba546b3be821.tar.bz2
rails-254a1e57d79143f21af74e1aa289ba546b3be821.zip
minor edit in 7896ac3
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index 2eeace963e..85692428e3 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -117,7 +117,7 @@ module ActiveSupport
#
# Keys are always translated into Strings and are case sensitive. When an
# object is specified as a key and has a +cache_key+ method defined, this
- # method will will be called to define the key. Otherwise, the +to_param+
+ # method will be called to define the key. Otherwise, the +to_param+
# method will be called. Hashes and Arrays can also be used as keys. The
# elements will be delimited by slashes, and the elements within a Hash
# will be sorted by key so they are consistent.