Skip to content

Commit 1eb2819

Browse files
committed
minor #14614 [DependencyInjection] Delete duplicated words (malteschlueter)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] Delete duplicated words Commits ------- deec89a Delete duplicated words
2 parents 16d19bd + deec89a commit 1eb2819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ indexed by the ``key`` attribute:
788788
789789
After compilation the ``HandlerCollection`` is able to iterate over your
790790
application handlers. To retrieve a specific service by it's ``key`` attribute
791-
from the iterator, we can use ``iterator_to_array`` and retrieve the ``handler_two``:
791+
from the iterator, we can use ``iterator_to_array``
792792
to get an array and then retrieve the ``handler_two`` handler::
793793

794794
// src/Handler/HandlerCollection.php

0 commit comments

Comments
 (0)