Skip to content

Commit 83636b7

Browse files
Clarified that it is container builders that can work with tags
1 parent 359ffd9 commit 83636b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/tags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.. index::
1+
.. index::
22
single: Service Container; Tags
33

44
How to make your Services use Tags
55
==================================
66

7-
You can ask the container for any services that were tagged when registered
7+
You can ask a container builder for any services that were tagged when registered
88
with it. This is useful in compiler passes where you can find services which
99
were registered in config files you do not have control over and make use
1010
of them. This is useful if your service handles a collection of some kind,

0 commit comments

Comments
 (0)