Skip to content

Commit

Permalink
Fix some comments (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffate committed Jan 24, 2023
1 parent be8697a commit 9343c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ pub enum ErrorKind {
InvalidIssuer,
/// When a token’s `aud` claim does not match one of the expected audience values
InvalidAudience,
/// When a token’s `sub` claim does not match one of the expected audience values
/// When a token’s `sub` claim does not match one of the expected subject values
InvalidSubject,
/// When a token’s nbf claim represents a time in the future
/// When a token’s `nbf` claim represents a time in the future
ImmatureSignature,
/// When the algorithm in the header doesn't match the one passed to `decode` or the encoding/decoding key
/// used doesn't match the alg requested
Expand Down

0 comments on commit 9343c66

Please sign in to comment.