From c34cc244c0e5c31abffee138f8bedeb9638d365a Mon Sep 17 00:00:00 2001 From: mikeSimonson Date: Mon, 25 Feb 2013 15:26:16 +0100 Subject: [PATCH] Correcting the link to the clearCookie method. --- components/http_foundation/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index a18f091eb5a..17b4d3e5ad0 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -329,7 +329,7 @@ method takes an instance of :class:`Symfony\\Component\\HttpFoundation\\Cookie` as an argument. You can clear a cookie via the -:method:`Symfony\\Component\\HttpFoundation\\Response::clearCookie` method. +:method:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag::method_clearCookie` method. Managing the HTTP Cache ~~~~~~~~~~~~~~~~~~~~~~~