aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
diff options
context:
space:
mode:
authorLauro Caetano <laurocaetano1@gmail.com>2013-12-03 12:04:25 -0200
committerLauro Caetano <laurocaetano1@gmail.com>2013-12-03 13:31:36 -0200
commitb1b9a0aeca879b1c1bc2c8a74f2c9cabd143b9bb (patch)
tree7f7008768663ea14ce89fa6967f765554a0e6014 /activesupport/lib/active_support/cache.rb
parent41ba51f4850a8cd2fe69789011ac33366366d32f (diff)
downloadrails-b1b9a0aeca879b1c1bc2c8a74f2c9cabd143b9bb.tar.gz
rails-b1b9a0aeca879b1c1bc2c8a74f2c9cabd143b9bb.tar.bz2
rails-b1b9a0aeca879b1c1bc2c8a74f2c9cabd143b9bb.zip
Typos. return -> returns. [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/cache.rb')
-rw-r--r--activesupport/lib/active_support/cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index 5c1d473161..912fd1a20a 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -401,7 +401,7 @@ module ActiveSupport
end
end
- # Return +true+ if the cache contains an entry for the given key.
+ # Returns +true+ if the cache contains an entry for the given key.
#
# Options are passed to the underlying cache implementation.
def exist?(name, options = nil)