aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/cache_helper.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-05-23 08:12:20 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-05-23 08:12:20 +0900
commit2f76256127d35cfbfaadf162e4d8be2d0af4e453 (patch)
tree7bbdf6e898dc171a1b57dc26dffdfa74b91afb88 /actionview/lib/action_view/helpers/cache_helper.rb
parentbe43b1f6de90a7035bf56caa60141675ecf9f088 (diff)
downloadrails-2f76256127d35cfbfaadf162e4d8be2d0af4e453.tar.gz
rails-2f76256127d35cfbfaadf162e4d8be2d0af4e453.tar.bz2
rails-2f76256127d35cfbfaadf162e4d8be2d0af4e453.zip
Fix RDoc formatting: `+` doesn't work with space [ci skip]
Follow up of #32958.
Diffstat (limited to 'actionview/lib/action_view/helpers/cache_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/cache_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/cache_helper.rb b/actionview/lib/action_view/helpers/cache_helper.rb
index b160e854ec..15d187a9ec 100644
--- a/actionview/lib/action_view/helpers/cache_helper.rb
+++ b/actionview/lib/action_view/helpers/cache_helper.rb
@@ -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.