Skip to content

Commit 4f1a38e

Browse files
committed
[DependencyInjection] Minor improvement of service tag description
1 parent b80bdbd commit 4f1a38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/tags.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ application handlers::
598598
Tagged Services with Priority
599599
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
600600

601-
The tagged services can be prioritized using the ``priority`` attribute.
602-
The priority is a positive or negative integer. The higher the number,
603-
the earlier the tagged service will be located in the collection:
601+
The tagged services can be prioritized using the ``priority`` attribute. The
602+
priority is a positive or negative integer that defaults to ``0``. The higher
603+
the number, the earlier the tagged service will be located in the collection:
604604

605605
.. configuration-block::
606606

0 commit comments

Comments
 (0)