mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-01 22:09:57 +02:00
fix(propagation): fix comment grammatical issue
This commit is contained in:
parent
c862d2d69c
commit
e5c8d5bd03
@ -131,7 +131,7 @@ func (p compositeTextMapPropagator) Fields() []string {
|
||||
|
||||
// NewCompositeTextMapPropagator returns a unified TextMapPropagator from the
|
||||
// group of passed TextMapPropagator. This allows different cross-cutting
|
||||
// concerns to be propagates in a unified manner.
|
||||
// concerns to be propagated in a unified manner.
|
||||
//
|
||||
// The returned TextMapPropagator will inject and extract cross-cutting
|
||||
// concerns in the order the TextMapPropagators were provided. Additionally,
|
||||
|
Loading…
Reference in New Issue
Block a user