From 22406e7c052b177e8f5b5f6e975d74c9bad33194 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 1 Jun 2022 09:02:17 -0700 Subject: [PATCH] fix typo (#2595) --- specification/trace/semantic_conventions/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/trace/semantic_conventions/http.md b/specification/trace/semantic_conventions/http.md index 89bb3e0ac..8762a5c68 100644 --- a/specification/trace/semantic_conventions/http.md +++ b/specification/trace/semantic_conventions/http.md @@ -349,7 +349,7 @@ request (SERVER, trace=t1, span=s1) | | | --- server (SERVER, trace=t1, span=s3) | - -- GET /hello - 200 (CLIENT, trace=t1, span=s4 ]) + -- GET /hello - 200 (CLIENT, trace=t1, span=s4) | --- server (SERVER, trace=t1, span=s5) ``` @@ -361,7 +361,7 @@ GET / - 302 (CLIENT, trace=t1, span=s1) | --- server (SERVER, trace=t1, span=s2) -GET /hello - 200 (CLIENT, trace=t2, span=s1 ]) +GET /hello - 200 (CLIENT, trace=t2, span=s1) | --- server (SERVER, trace=t2, span=s2) ```