From 8075cce2cfb6cbd21932b9892fcc2620fb4f81ef Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Mon, 17 Feb 2020 00:37:29 +0100 Subject: [PATCH] Fix typo --- components/http_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_client.rst b/components/http_client.rst index 86d1f065f68..72fe272f0a0 100644 --- a/components/http_client.rst +++ b/components/http_client.rst @@ -893,7 +893,7 @@ Native PHP Streams Responses implementing :class:`Symfony\\Contracts\\HttpClient\\ResponseInterface` can be cast to native PHP streams with -:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource``. +:method:`Symfony\\Component\\HttpClient\\Response\\StreamWrapper::createResource`. This allows using them where native PHP streams are needed:: use Symfony\Component\HttpClient\HttpClient;