소스 검색

fixed typo

Fabien Potencier 14 년 전
부모
커밋
b6563afae7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UPDATE.md

+ 1 - 1
UPDATE.md

@@ -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`).