Ecostack commented on code in PR #131:
URL: https://github.com/apache/skywalking-go/pull/131#discussion_r1369610298


##########
docs/en/advanced-features/manual-apis/toolkit-trace.md:
##########
@@ -60,9 +60,9 @@ trace.StopSpan()
 
 ### Add Span’s Tag and Log
 
-Use `trace.SetLog` to record log in span.
+Use `trace.SetLog()` to record log in span.
 
-Use `trace.SetTag` to add tag to span, the parameters of tag are two String 
which are key and value respectively.
+Use `trace.SetTag()` to add tag to span, the parameters of tag are two String 
which are key and value respectively.

Review Comment:
   Indeed, just changed it!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to