From c543bb9036e36d4f7b74058292ee6ace8a5f3d85 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 29 Oct 2021 11:06:56 -0400 Subject: [PATCH] [editorial] trace/semantic_conventions/span-general: add missing anchor closing tag (#2083) Add a missing `` closing tag for the `` 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. --- specification/trace/semantic_conventions/span-general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/trace/semantic_conventions/span-general.md b/specification/trace/semantic_conventions/span-general.md index 1a600444e..6a5697f4d 100644 --- a/specification/trace/semantic_conventions/span-general.md +++ b/specification/trace/semantic_conventions/span-general.md @@ -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, the `net.peer.*` properties of a client are equal to the `net.host.*` properties of the server and vice versa. - + | Attribute | Type | Description | Examples | Required |