aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Coutermarsh <coutermarsh.mike@gmail.com>2014-08-08 21:10:20 -0400
committerMike Coutermarsh <coutermarsh.mike@gmail.com>2014-08-08 21:13:30 -0400
commita8863fbb49cdf2a364fac99b32da0e9067351415 (patch)
treef3d26ffd08bd5c02f69f572a90e1dfad11297976
parentd70ba48c4dd6b57d8f38612ea95a3842337c1419 (diff)
downloadrails-a8863fbb49cdf2a364fac99b32da0e9067351415.tar.gz
rails-a8863fbb49cdf2a364fac99b32da0e9067351415.tar.bz2
rails-a8863fbb49cdf2a364fac99b32da0e9067351415.zip
Docs: grammar fix for fetch. [ci skip]
-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 a3f672d4cc..ff67a6828c 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -237,7 +237,7 @@ module ActiveSupport
# seconds. Because of extended life of the previous cache, other processes
# will continue to use slightly stale data for a just a bit longer. In the
# meantime that first process will go ahead and will write into cache the
- # new value. After that all the processes will start getting new value.
+ # new value. After that all the processes will start getting the new value.
# The key is to keep <tt>:race_condition_ttl</tt> small.
#
# If the process regenerating the entry errors out, the entry will be