Commit e00e683
authored
Fix typo in
In the HTML rendered version of the spec, this typo results in the
last section of the spec (the `AnySocketAddress` type) being indented.
This is due to Bikeshed removing the `</dd>` close tag because in HTML
it almost always is optional, but in this case it resulted in the
remainder of the spec content being pulled inside the `<dd>` element.
The only parts that are not pulled are those after the
Bikeshed-inserted `</main>` close tag, which correspond to the
boilerplate sections inserted at the end of the document.<d1> tag (rather than <dl>)1 parent e6b23b0 commit e00e683
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
0 commit comments