mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix RDoc formatting: +
doesn't work with space [ci skip]
Follow up of #32958.
This commit is contained in:
parent
be43b1f6de
commit
2f76256127
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ module ActionView
|
|||
end
|
||||
|
||||
# This helper returns the name of a cache key for a given fragment cache
|
||||
# call. By supplying +skip_digest: true+ to cache, the digestion of cache
|
||||
# call. By supplying <tt>skip_digest: true</tt> to cache, the digestion of cache
|
||||
# fragments can be manually bypassed. This is useful when cache fragments
|
||||
# cannot be manually expired unless you know the exact key which is the
|
||||
# case when using memcached.
|
||||
|
|
Loading…
Reference in a new issue