Skip to content

Commit

Permalink
Merge pull request #12363 from jbaudanza/doc
Browse files Browse the repository at this point in the history
Fix small typo in docs
  • Loading branch information
rafaelfranca committed Sep 25, 2013
1 parent 9c18c8c commit 983d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def self.instrument
# bump the cache expiration time by the value set in <tt>:race_condition_ttl</tt>.
# Yes, this process is extending the time for a stale value by another few
# seconds. Because of extended life of the previous cache, other processes
# will continue to use slightly stale data for a just a big longer. In the
# 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.
# The key is to keep <tt>:race_condition_ttl</tt> small.
Expand Down

0 comments on commit 983d883

Please sign in to comment.