Skip to content

Commit 3108c5c

Browse files
hermann8uwouterj
andcommitted
Accept suggestions for change
Co-authored-by: Wouter J <wouterj@users.noreply.github.com>
1 parent 4d24d93 commit 3108c5c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

service_container/tags.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,11 +592,9 @@ application handlers::
592592
Tagged Services with Priority
593593
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594594

595-
The tagged services can be prioritized using the ``priority`` attribute,
596-
thus providing a way to inject a sorted collection of services:
597-
598-
.. tip::
599-
The priority is a positive or negative integer. The higher the number, the earlier the tagged service will be located in the collection.
595+
The tagged services can be prioritized using the ``priority`` attribute.
596+
The priority is a positive or negative integer. The higher the number,
597+
the earlier the tagged service will be located in the collection:
600598

601599
.. configuration-block::
602600

@@ -654,7 +652,7 @@ service itself::
654652
}
655653
}
656654

657-
If you want to have another method defining the priority
655+
If you want to have another method defining the priority
658656
(e.g. ``getPriority()`` rather than ``getDefaultPriority()``),
659657
you can define it in the configuration of the collecting service:
660658

0 commit comments

Comments
 (0)