Skip to content

Commit 8b79c02

Browse files
Fix line width
Column width of lines should be 100 or fewer unless there is a good reason.
1 parent 8fd99ef commit 8b79c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,8 +6329,8 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
63296329
<li><p>Otherwise, if <var>codings</var>'s <a for=list>size</a> is greater than 1, then set
63306330
<var>filteredCoding</var> to "<code>multiple</code>".
63316331

6332-
<li><p>Otherwise, if <var>codings</var>[0] is the empty string, or it is supported by the user agent,
6333-
and is a <a>byte-case-insensitive</a> match for an entry listed in the
6332+
<li><p>Otherwise, if <var>codings</var>[0] is the empty string, or it is supported by the
6333+
user agent, and is a <a>byte-case-insensitive</a> match for an entry listed in the
63346334
<cite>HTTP Content Coding Registry</cite>, then set <var>filteredCoding</var> to the result
63356335
of <a lt=byte-lowercased>byte-lowercasing</a> <var>codings</var>[0]. [[!IANA-HTTP-PARAMS]]
63366336

0 commit comments

Comments
 (0)