diff --git a/src/validation.rs b/src/validation.rs index 3e2b219..27b0b3f 100644 --- a/src/validation.rs +++ b/src/validation.rs @@ -35,7 +35,7 @@ pub struct Validation { /// /// Defaults to `{"exp"}` pub required_spec_claims: HashSet, - /// Add some leeway (in seconds) to the `exp`, `iat` and `nbf` validation to + /// Add some leeway (in seconds) to the `exp` and `nbf` validation to /// account for clock skew. /// /// Defaults to `0`.