Merge branch '5.1.x'

This commit is contained in:
Sebastien Deleuze 2019-05-29 11:54:40 +02:00
commit 5b04b04b69
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ public class HttpHeaders implements MultiValueMap<String, String>, Serializable
/**
* Set the {@link Locale} of the content language,
* as specified by the {@literal Content-Language} header.
* <p>Use {@code set(CONTENT_LANGUAGE, list)} if you need
* <p>Use {@code put(CONTENT_LANGUAGE, list)} if you need
* to set multiple content languages.</p>
* @since 5.0
*/