Skip to content

Commit 1baa7e1

Browse files
committed
Typo.
1 parent 3f97c41 commit 1baa7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/redis/cache/RedisCacheWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ static TtlFunction just(Duration duration) {
493493
}
494494

495495
/**
496-
* Returns a {@link TtlFunction} to create persistent entires that do not expire.
496+
* Returns a {@link TtlFunction} to create persistent entries that do not expire.
497497
*
498-
* @return a {@link TtlFunction} to create persistent entires that do not expire.
498+
* @return a {@link TtlFunction} to create persistent entries that do not expire.
499499
*/
500500
static TtlFunction persistent() {
501501
return just(NO_EXPIRATION);

0 commit comments

Comments
 (0)