You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
Fix typos in docs and comments (#4940)
Ignoring words that would have renamed - nam. -> name - ans -> and
This commit is contained in:
@@ -1142,7 +1142,7 @@ func TestSpanWithCanceledContext(t *testing.T) {
|
||||
_, span := tp.Tracer(t.Name()).Start(ctx, "span")
|
||||
span.End()
|
||||
|
||||
assert.Equal(t, 1, te.Len(), "span recording must ignore context cancelation")
|
||||
assert.Equal(t, 1, te.Len(), "span recording must ignore context cancellation")
|
||||
}
|
||||
|
||||
func TestNonRecordingSpanDoesNotTrackRuntimeTracerTask(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user