1
0
Fork 0
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:
yuuji.yaginuma 2018-05-23 08:12:20 +09:00
parent be43b1f6de
commit 2f76256127

View file

@ -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.