File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
actionpack/lib/action_controller/metal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def etag(&etagger)
48
48
# `If-None-Match` header may receive a `304 Not Modified` response if the
49
49
# ETag matches exactly.
50
50
#
51
- # A weak ETag indicates semantic equivalence, not byte-for-byte equality, so
51
+ # : A weak ETag indicates semantic equivalence, not byte-for-byte equality, so
52
52
# they're good for caching HTML pages in browser caches. They can't be used
53
53
# for responses that must be byte-identical, like serving `Range` requests
54
54
# within a PDF file.
@@ -58,7 +58,7 @@ def etag(&etagger)
58
58
# `If-None-Match` header may receive a `304 Not Modified` response if the
59
59
# ETag matches exactly.
60
60
#
61
- # A strong ETag implies exact equality -- the response must match byte for
61
+ # : A strong ETag implies exact equality -- the response must match byte for
62
62
# byte. This is necessary for serving `Range` requests within a large video
63
63
# or PDF file, for example, or for compatibility with some CDNs that don't
64
64
# support weak ETags.
You can’t perform that action at this time.
0 commit comments