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:
parent
0b11840d1b
commit
05ae220d2e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue