From 68139de230941c9f17adaec7f535f199be3601fe Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 12 Apr 2018 14:32:45 +0200 Subject: Cache::Store#read: Fix fixed-width end tag in docs * Fix the ending `` tag for `:expires_in`. Otherwise, the "or" is set in fixed-width also. * Re-wrap paragraph to 80 columns. [ci skip] --- activesupport/lib/active_support/cache.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 6967c164ab..d48a89e7a9 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -333,8 +333,9 @@ module ActiveSupport # the cache with the given key, then that data is returned. Otherwise, # +nil+ is returned. # - # Note, if data was written with the :expires_in or :version options, - # both of these conditions are applied before the data is returned. + # Note, if data was written with the :expires_in or + # :version options, both of these conditions are applied before + # the data is returned. # # Options are passed to the underlying cache implementation. def read(name, options = nil) -- cgit v1.2.3