diff --git a/baggage/baggage.go b/baggage/baggage.go index 707b243be572..66b8416f1f38 100644 --- a/baggage/baggage.go +++ b/baggage/baggage.go @@ -21,7 +21,7 @@ import ( "go.opentelemetry.io/otel/label" ) -// Set returns a copy of the baggage in ctx. +// Set returns a copy of the set of baggage key-values in ctx. func Set(ctx context.Context) label.Set { // TODO (MrAlias, #1222): The underlying storage, the Map, shares many of // the functional elements of the label.Set. These should be unified so