aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
diff options
context:
space:
mode:
authorCheah Chu Yeow <chuyeow@gmail.com>2011-11-13 13:18:55 +0800
committerCheah Chu Yeow <chuyeow@gmail.com>2011-11-13 13:18:55 +0800
commita02b40a3d28c4b262dd49a8a6166c0275dfd9964 (patch)
tree7b5de7d228023feaff81517d451f990f66b9d14a /activesupport/lib/active_support/cache/file_store.rb
parent84908fa38264ea6de55fb7a858b4af7b64bb6efa (diff)
downloadrails-a02b40a3d28c4b262dd49a8a6166c0275dfd9964.tar.gz
rails-a02b40a3d28c4b262dd49a8a6166c0275dfd9964.tar.bz2
rails-a02b40a3d28c4b262dd49a8a6166c0275dfd9964.zip
Fix "in memory" where it should be "in-memory".
Diffstat (limited to 'activesupport/lib/active_support/cache/file_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/file_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb
index 85e7e21624..9460532af0 100644
--- a/activesupport/lib/active_support/cache/file_store.rb
+++ b/activesupport/lib/active_support/cache/file_store.rb
@@ -8,7 +8,7 @@ module ActiveSupport
# A cache store implementation which stores everything on the filesystem.
#
# FileStore implements the Strategy::LocalCache strategy which implements
- # an in memory cache inside of a block.
+ # an in-memory cache inside of a block.
class FileStore < Store
attr_reader :cache_path