Skip to content

Commit

Permalink
commit backtick suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
jamesmoessis and pellared authored Nov 27, 2024
1 parent fadf8d1 commit 35db9a1
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 @@ -238,7 +238,7 @@ For many language implementations, the GetAll function will be added after the s
For these languages, requiring implementations of Getter to include GetAll constitutes a breaking change
since instrumentation which previously functioned would fail. Language implementations should be cognizant
of this, and add GetAll in a way that retains backwards compatibility. For example, by providing a default
GetAll implementation based on Get, or by creating an extended Getter type.
`GetAll` implementation based on Get, or by creating an extended `Getter` type.

If explicitly implemented, the `GetAll` function MUST return all values of the given propagation key.
It SHOULD return them in the same order as they appear in the carrier.
Expand Down

0 comments on commit 35db9a1

Please sign in to comment.