From 99cbee220154a87b3b699875c62e9d5f4890bc6b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 4 Mar 2012 12:03:42 +0100 Subject: [PATCH] fixed typo --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index a12bc3a37f7..f8d1d76b6dc 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -369,7 +369,7 @@ non-ASCII filenames is more involving. The :method:`:Symfony\\Component\\HttpFoundation\\Response:makeDisposition` abstracts the hard work behind a simple API:: - use Symfony\\Component\\HttpFoundation\\ResponseHeaderBag; + use Symfony\Component\HttpFoundation\ResponseHeaderBag; $d = $response->headers->makeDisposition(ResponseHeaderBag::DISPOSITION_ATTACHMENT, 'foo.pdf');