Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service_container/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ be used directly on the class of the service you want to configure::
}

You can apply the ``#[AsTaggedItem]`` attribute multiple times to register the
same service under different indexes:
same service under different indexes::

#[AsTaggedItem(index: 'handler_one', priority: 5)]
#[AsTaggedItem(index: 'handler_two', priority: 20)]
Expand Down