Skip to content

Commit

Permalink
Update docs/content/docs/custom-trace.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Ripley <[email protected]>
  • Loading branch information
RomainMuller and nsrip-dd authored Aug 28, 2024
1 parent f9b8008 commit 37bdaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/custom-trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ precedence list (first non-empty is selected):

If the annotated function accepts a {{<godoc "context" "Context" >}} argument,
that context will be used for trace propagation. Otherwise, if the function
accepts a {{<godoc "net/http" "Request" "*">}} argument, the requests's context will
accepts a {{<godoc "net/http" "Request" "*">}} argument, the request's context will
be used for trace propagation.

Functions that accept neither solely rely on _goroutine local storage_ for trace
Expand Down

0 comments on commit 37bdaa0

Please sign in to comment.