From 2d601e4ea30ab1e2de97c53c550b60e1c98b144a Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Wed, 28 Jul 2010 10:56:10 -0400 Subject: editing a sentence --- activesupport/lib/active_support/cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 1445cec446..acf2d2bc85 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -131,7 +131,7 @@ module ActiveSupport # # All caches support auto expiring content after a specified number of seconds. # To set the cache entry time to live, you can either specify +:expires_in+ as - # an option to the constructor to have it affect all entries or to the +fetch+ + # an option to the constructor to affect all entries or to the +fetch+ # or +write+ methods for just one entry. # # cache = ActiveSupport::Cache::MemoryStore.new(:expire_in => 5.minutes) -- cgit v1.2.3