Skip to content

Commit

Permalink
Fix Links documents (#1835)
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>

Co-authored-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
  • Loading branch information
zhijianli88 and hs0210 committed Apr 23, 2021
1 parent 856f5b8 commit 7374d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (s *span) Attributes() []attribute.KeyValue {
return s.attributes.toKeyValue()
}

// Events returns the links of this span.
// Links returns the links of this span.
func (s *span) Links() []trace.Link {
s.mu.Lock()
defer s.mu.Unlock()
Expand Down

0 comments on commit 7374d67

Please sign in to comment.