Skip to content

Commit

Permalink
Fix typo in KeyFunc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bruston committed May 27, 2016
1 parent 40bd0f3 commit e1403b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var TimeFunc = time.Now

// Parse methods use this callback function to supply
// the key for verification. The function receives the parsed,
// but unverified Token. This allows you to use propries in the
// but unverified Token. This allows you to use properties in the
// Header of the token (such as `kid`) to identify which key to use.
type Keyfunc func(*Token) (interface{}, error)

Expand Down

0 comments on commit e1403b0

Please sign in to comment.