Skip to content

Commit deec89a

Browse files
Delete duplicated words
1 parent 16d19bd commit deec89a

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)