Skip to content

Commit

Permalink
Fix propagator's Extract required argument (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Sep 6, 2021
1 parent 32ca5a7 commit 7891a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/context/api-propagators.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ in order to preserve any previously existing valid value.
Required arguments:

- A `Context`.
- The carrier that holds the propagation fields. For example, an incoming message or http response.
- The carrier that holds the propagation fields. For example, an incoming message or HTTP request.

Returns a new `Context` derived from the `Context` passed as argument,
containing the extracted value, which can be a `SpanContext`,
Expand Down

0 comments on commit 7891a42

Please sign in to comment.