diff options
author | Vipul A M <vipulnsward@gmail.com> | 2017-03-12 14:35:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-12 14:35:43 +0530 |
commit | 5b0841ecea9384e8666162ce0c505934b827c096 (patch) | |
tree | bbc886571ba67650cb22d4d860c36612a220be64 /activesupport | |
parent | 254b831edd113a00a8c660bfb10ebb56d42a9ca7 (diff) | |
download | rails-5b0841ecea9384e8666162ce0c505934b827c096.tar.gz rails-5b0841ecea9384e8666162ce0c505934b827c096.tar.bz2 rails-5b0841ecea9384e8666162ce0c505934b827c096.zip |
AS:Cache:MemoryStore doc fixes [ci skip] (#28389)
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/cache/memory_store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/memory_store.rb b/activesupport/lib/active_support/cache/memory_store.rb index f2996a9c45..56fe1457d0 100644 --- a/activesupport/lib/active_support/cache/memory_store.rb +++ b/activesupport/lib/active_support/cache/memory_store.rb @@ -84,7 +84,7 @@ module ActiveSupport modify_value(name, -amount, options) end - # Deletes cache entires if the cache key matches a given pattern + # Deletes cache entries if the cache key matches a given pattern. def delete_matched(matcher, options = nil) options = merged_options(options) instrument(:delete_matched, matcher.inspect) do |