From 05ae220d2e3de751486951a88800e98f0c1014fa Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Fri, 25 May 2012 10:23:44 +0400 Subject: Fix ActiveSupport Cache decrement method description --- activesupport/lib/active_support/cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 55791bfa56..a62214d604 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -405,7 +405,7 @@ module ActiveSupport raise NotImplementedError.new("#{self.class.name} does not support increment") end - # Increment an integer value in the cache. + # Decrement an integer value in the cache. # # Options are passed to the underlying cache implementation. # -- cgit v1.2.3