From deec89a9352a62842553264327619c1ce32c3ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Schlu=CC=88ter?= Date: Thu, 26 Nov 2020 00:20:46 +0100 Subject: [PATCH] Delete duplicated words --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index 2f60f369b97..db648334625 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -788,7 +788,7 @@ indexed by the ``key`` attribute: After compilation the ``HandlerCollection`` is able to iterate over your application handlers. To retrieve a specific service by it's ``key`` attribute -from the iterator, we can use ``iterator_to_array`` and retrieve the ``handler_two``: +from the iterator, we can use ``iterator_to_array`` to get an array and then retrieve the ``handler_two`` handler:: // src/Handler/HandlerCollection.php