Skip to content

Commit

Permalink
typo: fix docs typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Apr 18, 2024
1 parent 4af9c20 commit 6187e83
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 @@ -221,7 +221,7 @@ type Member struct {
hasData bool
}

// NewMemberRaw returns a new Member from the passed arguments.
// NewMember returns a new Member from the passed arguments.
//
// The passed key must be compliant with W3C Baggage specification.
// The passed value must be percent-encoded as defined in W3C Baggage specification.
Expand Down

0 comments on commit 6187e83

Please sign in to comment.