Skip to content

Commit

Permalink
Update tracestate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 16, 2023
1 parent bd694b1 commit 778b98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trace/tracestate.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ func (m member) String() string {
// (https://www.w3.org/TR/trace-context-1). All operations that create or copy
// a TraceState do so by validating all input and will only produce TraceState
// that conform to the specification. Specifically, this means that all
// list-member's key/value pairs are valid, no duplicate list-members exist,
// and the maximum number of list-members (32) is not exceeded.
// list-member's key/value pairs are valid, and the maximum number of
// list-members (32) is not exceeded.
type TraceState struct { //nolint:revive // revive complains about stutter of `trace.TraceState`
// list is the members in order.
list []member
Expand Down

0 comments on commit 778b98f

Please sign in to comment.