1
0
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:
Luis 2020-01-03 18:38:05 +01:00 committed by Joshua MacDonald
parent bb4f7facfb
commit 71f38454c8

View File

@ -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()
}