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:
parent
484c8bd8d8
commit
496c086ece
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user