Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Sep 9, 2023
1 parent 8ef2537 commit ef2a160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions token.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import (
// multiple keys.
type Keyfunc func(*Token) (interface{}, error)

// PublicKey represents a generic public key interface that allows you to provide keys of various
// types to the parser.
// PublicKey represents a generic public key interface.
type PublicKey interface {
crypto.PublicKey | []uint8
}
Expand Down

0 comments on commit ef2a160

Please sign in to comment.