1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix ActiveSupport Cache decrement method description

This commit is contained in:
Alexey Vakhov 2012-05-25 10:23:44 +04:00
parent 0b11840d1b
commit 05ae220d2e

View file

@ -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.
#