mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +02:00
fixed typo (#408)
this is a small fix of a single typo that triggered my OCD ;-) Co-authored-by: Liz Fong-Jones <elizabeth@ctyalcove.org>
This commit is contained in:
parent
bb4f7facfb
commit
71f38454c8
@ -28,7 +28,7 @@ type NoopSpan struct {
|
||||
|
||||
var _ Span = (*NoopSpan)(nil)
|
||||
|
||||
// SpancContext returns an invalid span context.
|
||||
// SpanContext returns an invalid span context.
|
||||
func (NoopSpan) SpanContext() core.SpanContext {
|
||||
return core.EmptySpanContext()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user