From 254a1e57d79143f21af74e1aa289ba546b3be821 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 5 Jul 2011 00:10:59 +0530 Subject: minor edit in 7896ac3 --- activesupport/lib/active_support/cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/cache.rb') 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. -- cgit v1.2.3