Skip to content

Commit

Permalink
Make docs of baggage.Set more clear
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
krnowak and MrAlias committed Nov 13, 2020
1 parent 2120aaf commit a6cc8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baggage/baggage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6cc8f7

Please sign in to comment.