Skip to content

Commit

Permalink
Typo in doc (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtleloup committed Nov 10, 2022
1 parent 484c8bd commit 496c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 496c086

Please sign in to comment.