Skip to content

Commit 4220355

Browse files
committed
Move name/value pair separator out of <code>.
The algorithm for appending to a header list accepts a name/value pair. It seems like the / separating the pair shouldn't be in the <code> element enclosing the name. I got here from w3ctag/design-reviews#221.
1 parent 505a2fb commit 4220355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ <h3>
522522
</li>
523523
<li>
524524
<a data-cite="!FETCH/#concept-header-list-append">Append</a>
525-
<code>Content-Type/</code><var>MIME type</var> to <var>header
525+
<code>Content-Type</code>/<var>MIME type</var> to <var>header
526526
list</var>.
527527
</li>
528528
</ol>

0 commit comments

Comments
 (0)