Skip to content

Commit

Permalink
Merge pull request lestrrat-go#371 from stensonb/typo
Browse files Browse the repository at this point in the history
typo in comment
  • Loading branch information
lestrrat authored Apr 14, 2021
2 parents 4fc7156 + 7849233 commit 0808fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func WithHeaders(hdrs jws.Headers) ParseOption {
}

// WithValidate is passed to `Parse()` method to denote that the
// validation of the JWT token should be performed after a successful]
// validation of the JWT token should be performed after a successful
// parsing of the incoming payload.
func WithValidate(b bool) ParseOption {
return newParseOption(identValidate{}, b)
Expand Down

0 comments on commit 0808fe1

Please sign in to comment.