diff --git a/spring-web/src/main/java/org/springframework/http/HttpHeaders.java b/spring-web/src/main/java/org/springframework/http/HttpHeaders.java index 1d3f6924bc..527da5e4b6 100644 --- a/spring-web/src/main/java/org/springframework/http/HttpHeaders.java +++ b/spring-web/src/main/java/org/springframework/http/HttpHeaders.java @@ -869,7 +869,7 @@ public class HttpHeaders implements MultiValueMap, Serializable /** * Set the {@link Locale} of the content language, * as specified by the {@literal Content-Language} header. - *

Use {@code set(CONTENT_LANGUAGE, ...)} if you need + *

Use {@code set(CONTENT_LANGUAGE, list)} if you need * to set multiple content languages.

* @since 5.0 */