aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/cache.rb
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-26 15:30:39 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-26 15:41:31 +0900
commit8c5ab21b25faa991de40fd7937387e20f0770d4b (patch)
tree2aded73e2f97105cbeefe11095cbce91dba70b0b /actionpack/lib/action_dispatch/http/cache.rb
parent14c1a9c5e3471decee9ad09b91024a4293f1b2c2 (diff)
downloadrails-8c5ab21b25faa991de40fd7937387e20f0770d4b.tar.gz
rails-8c5ab21b25faa991de40fd7937387e20f0770d4b.tar.bz2
rails-8c5ab21b25faa991de40fd7937387e20f0770d4b.zip
Use tt in doc for ActionPack [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/http/cache.rb')
-rw-r--r--actionpack/lib/action_dispatch/http/cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/cache.rb b/actionpack/lib/action_dispatch/http/cache.rb
index 2cc609406a..8073685b78 100644
--- a/actionpack/lib/action_dispatch/http/cache.rb
+++ b/actionpack/lib/action_dispatch/http/cache.rb
@@ -97,7 +97,7 @@ module ActionDispatch
# support strong ETags and will ignore weak ETags entirely.
#
# Weak ETags are what we almost always need, so they're the default.
- # Check out `#strong_etag=` to provide a strong ETag validator.
+ # Check out #strong_etag= to provide a strong ETag validator.
def etag=(weak_validators)
self.weak_etag = weak_validators
end