Skip to content

Commit 2949967

Browse files
authored
Merge pull request #29 from wintercg/andreubotella-patch-1
Editorial: Fix typo in `<d1>` tag (rather than `<dl>`)
2 parents e6b23b0 + e00e683 commit 2949967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
359359

360360
<h3 id="socketinfo-dictionary">`SocketInfo` dictionary</h3>
361361

362-
<d1>
362+
<dl>
363363
<dt>
364364
{{remoteAddress}} member
365365
</dt>
@@ -379,7 +379,7 @@ At any point during the creation of the {{Socket}} instance, `connect` may throw
379379
<dd>
380380
If the server agrees with one of the protocols specified in the `alpn` negotiation list, returns that protocol name as a string, otherwise `null`.
381381
</dd>
382-
</d1>
382+
</dl>
383383

384384
<h3 id="anysocketaddress-type">`AnySocketAddress` type</h3>
385385

0 commit comments

Comments
 (0)