docs: fix comment in KeyFunc

This commit is contained in:
Mike Fridman 2023-09-13 09:39:21 -04:00
parent c80de55abe
commit 0cb4fa15e3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// Token. This allows you to use properties in the Header of the token (such as
// `kid`) to identify which key to use.
//
// The returned interface{} may be a single key or a PublicKeyset containing
// The returned interface{} may be a single key or a VerificationKeySet containing
// multiple keys.
type Keyfunc func(*Token) (interface{}, error)