fixed typo

This commit is contained in:
Fabien Potencier 2011-07-13 18:26:19 +02:00
parent 093c0c7163
commit b6563afae7

View File

@ -19,7 +19,7 @@ RC4 to RC5
* `ResponseHeaderBag::getCookie()` and `ResponseHeaderBag::hasCookie()`
methods were removed.
* The method `ResponseHeaderBag::getCookie()` now supports an argument for the
* The method `ResponseHeaderBag::getCookies()` now supports an argument for the
returned format (possible values are `ResponseHeaderBag::COOKIES_FLAT`
(default value) or `ResponseHeaderBag::COOKIES_ARRAY`).