Correct cache store superclass in comment

This commit is contained in:
Jonah Burke 2015-08-19 14:10:42 -04:00
parent f454ad37ed
commit d617347be8

@ -26,7 +26,7 @@ module Strategy
end
class << self
# Creates a new CacheStore object according to the given options.
# Creates a new Store object according to the given options.
#
# If no arguments are passed to this method, then a new
# ActiveSupport::Cache::MemoryStore object will be returned.