Skip to content

Commit

Permalink
Fix SetArgs builder method param comment #2441
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai authored and mp911de committed Jul 17, 2023
1 parent c135dc1 commit f336579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/lettuce/core/SetArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static SetArgs ex(long timeout) {
/**
* Creates new {@link SetArgs} and enable {@literal EX}.
*
* @param timeout expire time in seconds.
* @param timeout expire time as duration.
* @return new {@link SetArgs} with {@literal EX} enabled.
* @see SetArgs#ex(long)
* @since 6.1
Expand Down

0 comments on commit f336579

Please sign in to comment.