Skip to content

Commit 5b7a9c4

Browse files
authored
Merge pull request rails#51876 from skipkayhil/hm-tmp-fix-md-dl
Temporarily fix multi-paragraph definition lists [ci skip]
2 parents c0a2b28 + 8cbf969 commit 5b7a9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actionpack/lib/action_controller/metal/conditional_get.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def etag(&etagger)
4848
# `If-None-Match` header may receive a `304 Not Modified` response if the
4949
# ETag matches exactly.
5050
#
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
5252
# they're good for caching HTML pages in browser caches. They can't be used
5353
# for responses that must be byte-identical, like serving `Range` requests
5454
# within a PDF file.
@@ -58,7 +58,7 @@ def etag(&etagger)
5858
# `If-None-Match` header may receive a `304 Not Modified` response if the
5959
# ETag matches exactly.
6060
#
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
6262
# byte. This is necessary for serving `Range` requests within a large video
6363
# or PDF file, for example, or for compatibility with some CDNs that don't
6464
# support weak ETags.

0 commit comments

Comments
 (0)