Skip to content

Commit

Permalink
Fix small grammar issue, this may change the meaning, please ensure t…
Browse files Browse the repository at this point in the history
…his is the expected behavior (#1403)
  • Loading branch information
bogdandrutu committed Feb 7, 2021
1 parent 04e3f65 commit 14d123c
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 @@ -94,7 +94,7 @@ Required arguments:

Extracts the value from an incoming request. For example, from the headers of an HTTP request.

If a value can not be parsed from the carrier for a cross-cutting concern,
If a value can not be parsed from the carrier, for a cross-cutting concern,
the implementation MUST NOT throw an exception and MUST NOT store a new value in the `Context`,
in order to preserve any previously existing valid value.

Expand Down

0 comments on commit 14d123c

Please sign in to comment.