1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

nit doc fix (#2135)

This commit is contained in:
Yoshi Yamaguchi
2021-07-28 00:14:48 +09:00
committed by GitHub
parent 7939841868
commit a6b4d90c9d

View File

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