Skip to content

Commit 983d883

Browse files
committed
Merge pull request rails#12363 from jbaudanza/doc
Fix small typo in docs
1 parent 9c18c8c commit 983d883

File tree

1 file changed

+1
-1
lines changed
  • activesupport/lib/active_support

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def self.instrument
234234
# bump the cache expiration time by the value set in <tt>:race_condition_ttl</tt>.
235235
# Yes, this process is extending the time for a stale value by another few
236236
# seconds. Because of extended life of the previous cache, other processes
237-
# will continue to use slightly stale data for a just a big longer. In the
237+
# will continue to use slightly stale data for a just a bit longer. In the
238238
# meantime that first process will go ahead and will write into cache the
239239
# new value. After that all the processes will start getting new value.
240240
# The key is to keep <tt>:race_condition_ttl</tt> small.

0 commit comments

Comments
 (0)