File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ the base [Inject](#inject) operation.
144
144
145
145
Optional arguments:
146
146
147
- - A ` Setter ` invoked for each propagation key to add or remove. This is an additional
148
- argument that languages are free to define to help inject data into the carrier.
147
+ - A ` Setter ` to set a propagation key/value pair. Propagators MAY invoke it multiple times in order to set multiple pairs.
148
+ This is an additional argument that languages are free to define to help inject data into the carrier.
149
149
150
150
#### Setter argument
151
151
@@ -263,7 +263,7 @@ Required arguments:
263
263
264
264
- A ` Context ` .
265
265
- The carrier that holds propagation fields.
266
- - The ` Setter ` invoked for each propagation key to add or remove .
266
+ - The ` Setter ` to set a propagation key/value pair. Propagators MAY invoke it multiple times in order to set multiple pairs .
267
267
268
268
## Global Propagators
269
269
You can’t perform that action at this time.
0 commit comments