Skip to content

Commit 14d123c

Browse files
authored
Fix small grammar issue, this may change the meaning, please ensure this is the expected behavior (#1403)
1 parent 04e3f65 commit 14d123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/context/api-propagators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Required arguments:
9494

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

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

0 commit comments

Comments
 (0)