Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66f1672

Browse files
committed
[#2971] Minor language tweak to be consistent with the other areas
The language used by @xabbuh is actually straight from the PHPDoc, which is cool, but I don't love the wording there, and having some variety in wording might help clarification.
1 parent 32c510f commit 66f1672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ by using the following methods:
243243
returns the list of accepted charsets ordered by descending quality;
244244

245245
* :method:`Symfony\\Component\\HttpFoundation\\Request::getEncodings`:
246-
returns the list of accepted encodings in preferable order.
246+
returns the list of accepted charsets ordered by descending quality;
247247

248248
.. versionadded:: 2.4
249249
The ``getEncodings()`` method was added in Symfony 2.4.

0 commit comments

Comments
 (0)