diff --git a/sdk/trace/span.go b/sdk/trace/span.go index 8ca19a896c6..f13967d2b59 100644 --- a/sdk/trace/span.go +++ b/sdk/trace/span.go @@ -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()