[editorial] trace/semantic_conventions/span-general: add missing anchor closing tag (#2083)

Add a missing `</a>` closing tag for the `<a name="nettransport-attribute">` element. Without the closing tag, then entire page after that is taken as content of the anchor, which isn't correct and it breaks table formatting on the website.
This commit is contained in:
Patrice Chalin 2021-10-29 11:06:56 -04:00 committed by GitHub
parent c11ac88831
commit c543bb9036
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ while the `net.host.*` properties describe the local end.
In an ideal situation, not accounting for proxies, multiple IP addresses or host names, In an ideal situation, not accounting for proxies, multiple IP addresses or host names,
the `net.peer.*` properties of a client are equal to the `net.host.*` properties of the server and vice versa. the `net.peer.*` properties of a client are equal to the `net.host.*` properties of the server and vice versa.
<a name="nettransport-attribute"> <a name="nettransport-attribute"></a>
<!-- semconv network --> <!-- semconv network -->
| Attribute | Type | Description | Examples | Required | | Attribute | Type | Description | Examples | Required |