From 542c4601f9765a67fcf7a8507c5dc08a5e250104 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Fri, 30 Aug 2019 20:36:50 +0800 Subject: [PATCH] chore: fix typo in comments --- ext/tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tags.go b/ext/tags.go index 52e8895..dfdff38 100644 --- a/ext/tags.go +++ b/ext/tags.go @@ -57,7 +57,7 @@ var ( SamplingPriority = uint16TagName("sampling.priority") ////////////////////////////////////////////////////////////////////// - // Peer tags. These tags can be emitted by either client-side of + // Peer tags. These tags can be emitted by either client-side or // server-side to describe the other side/service in a peer-to-peer // communications, like an RPC call. //////////////////////////////////////////////////////////////////////