diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-05-22 17:32:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 17:32:24 -0400 |
commit | 96c02b58f32b1a9bba6c958363b3b96cad9a2957 (patch) | |
tree | 4e8c7e44642dd7a525d63cb3d32cff2140b4faea | |
parent | e10fd57e98c87774a1dc38761a7d68edee638fdf (diff) | |
parent | 0077462be0b4fc31219a611b574b7f7856eaeabe (diff) | |
download | rails-96c02b58f32b1a9bba6c958363b3b96cad9a2957.tar.gz rails-96c02b58f32b1a9bba6c958363b3b96cad9a2957.tar.bz2 rails-96c02b58f32b1a9bba6c958363b3b96cad9a2957.zip |
Merge pull request #32958 from frewsxcv/patch-1
Indicate `true` in a doc comment is code-like.
-rw-r--r-- | actionview/lib/action_view/helpers/cache_helper.rb | 2 |
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 3cbb1ed1a7..b160e854ec 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 +skip_digest: true+ 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. |