Skip to content

Commit b7ddf1b

Browse files
committed
Fix typo
1 parent a1ec766 commit b7ddf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/CacheControl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private CacheControl(@Nullable Duration maxAge, boolean noCache, boolean noStore
112112
* Return an empty directive.
113113
* <p>This is well suited for using other optional directives without "max-age",
114114
* "no-cache" or "no-store".
115-
* @return en empty directive
115+
* @return an empty directive
116116
*/
117117
public static CacheControl empty() {
118118
return EMPTY;

0 commit comments

Comments
 (0)