1
0
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:
ameghdadian 2024-12-29 18:34:44 +03:30
parent c862d2d69c
commit e5c8d5bd03

View File

@ -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,