Skip to content

Commit

Permalink
Fix ActiveSupport Cache decrement method description
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed May 25, 2012
1 parent 0b11840 commit 05ae220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/cache.rb
Expand Up @@ -405,7 +405,7 @@ def increment(name, amount = 1, options = nil)
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.
#
Expand Down

0 comments on commit 05ae220

Please sign in to comment.