You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-07-09 00:45:53 +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:
@ -28,7 +28,7 @@ type NoopSpan struct {
|
|||||||
|
|
||||||
var _ Span = (*NoopSpan)(nil)
|
var _ Span = (*NoopSpan)(nil)
|
||||||
|
|
||||||
// SpancContext returns an invalid span context.
|
// SpanContext returns an invalid span context.
|
||||||
func (NoopSpan) SpanContext() core.SpanContext {
|
func (NoopSpan) SpanContext() core.SpanContext {
|
||||||
return core.EmptySpanContext()
|
return core.EmptySpanContext()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user