From 4f1a38ecc49acebeec510c811c8f32f7c29e0b55 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 24 Sep 2021 16:08:56 +0200 Subject: [PATCH] [DependencyInjection] Minor improvement of service tag description --- service_container/tags.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index 7b303229cdb..94d7d2036b3 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -598,9 +598,9 @@ application handlers:: Tagged Services with Priority ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The tagged services can be prioritized using the ``priority`` attribute. -The priority is a positive or negative integer. The higher the number, -the earlier the tagged service will be located in the collection: +The tagged services can be prioritized using the ``priority`` attribute. The +priority is a positive or negative integer that defaults to ``0``. The higher +the number, the earlier the tagged service will be located in the collection: .. configuration-block::