diff --git a/propagation/propagation.go b/propagation/propagation.go index 9fb6de66c..2f54532d9 100644 --- a/propagation/propagation.go +++ b/propagation/propagation.go @@ -78,7 +78,7 @@ type TextMapPropagator interface { // DO NOT CHANGE: any modification will not be backwards compatible and // must never be done outside of a new major release. - // Fields returns the keys who's values are set with Inject. + // Fields returns the keys whose values are set with Inject. Fields() []string // DO NOT CHANGE: any modification will not be backwards compatible and // must never be done outside of a new major release.