1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00

Typo in doc (#3458)

This commit is contained in:
jbtleloup 2022-11-10 15:40:42 -05:00 committed by GitHub
parent 484c8bd8d8
commit 496c086ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ span := trace.SpanFromContext(ctx)
// Do something with the current span, optionally calling `span.End()` if you want it to end
```
This can helpful if you'd like to add information to the current span at a point in time.
This can be helpful if you'd like to add information to the current span at a point in time.
### Create nested spans