Skip to content

Commit 0cb4fa1

Browse files
committed
docs: fix comment in KeyFunc
1 parent c80de55 commit 0cb4fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// Token. This allows you to use properties in the Header of the token (such as
1212
// `kid`) to identify which key to use.
1313
//
14-
// The returned interface{} may be a single key or a PublicKeyset containing
14+
// The returned interface{} may be a single key or a VerificationKeySet containing
1515
// multiple keys.
1616
typeKeyfuncfunc(*Token) (interface{}, error)
1717

0 commit comments

Comments
 (0)
close