Skip to content

Commit a6a7950

Browse files
committed
jwtk#60 Fix typo in JwtBuilder comments
A typographical error in the comments of the 'exp' function in JwtBuilder was corrected. The phrase "specified it if" was changed to "specified if it", making the comments clearer and easier to understand.
1 parent 5a4992b commit a6a7950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/jsonwebtoken/JwtBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public interface JwtBuilder extends ClaimsMutator<JwtBuilder> {
589589
/**
590590
* Sets the JWT Claims <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.4">
591591
* <code>exp</code></a> (expiration) claim. It will set the expiration Date to the issuedAt time plus the duration
592-
* specified it if has been set, otherwise it will use the current system time plus the duration specified
592+
* specified if it has been set, otherwise it will use the current system time plus the duration specified
593593
*
594594
* <p>A JWT obtained after this timestamp should not be used.</p>
595595
*

0 commit comments

Comments
 (0)