1
0
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:
Charlie Le
2024-02-17 04:36:41 -08:00
committed by GitHub
parent 87396747ad
commit 693eb7dbbb
8 changed files with 12 additions and 10 deletions

View File

@@ -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) {