aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-07-28 10:56:10 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-07-28 10:56:10 -0400
commit2d601e4ea30ab1e2de97c53c550b60e1c98b144a (patch)
tree5021d16564e4f2d2b894654224d5f03d1e29ec03 /activesupport/lib/active_support
parent5b10e47593ed21fedba2401e3ad1f360e2cf0706 (diff)
downloadrails-2d601e4ea30ab1e2de97c53c550b60e1c98b144a.tar.gz
rails-2d601e4ea30ab1e2de97c53c550b60e1c98b144a.tar.bz2
rails-2d601e4ea30ab1e2de97c53c550b60e1c98b144a.zip
editing a sentence
Diffstat (limited to 'activesupport/lib/active_support')
-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 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)