Skip to content

Commit 262e787

Browse files
shieldoweaverryan
authored andcommitted
add clarification for order in which event listeners will be executed
Clearing up ambiguity (are event listeners executed in priority or number order?).
1 parent 147ee51 commit 262e787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ using a special "tag":
9191

9292
There is an additional tag option ``priority`` that is optional and defaults
9393
to 0. This value can be from -255 to 255, and the listeners will be executed
94-
in the order of their priority. This is useful when you need to guarantee
94+
in the order of their priority (highest to lowest). This is useful when you need to guarantee
9595
that one listener is executed before another.
9696

9797
Request events, checking types

0 commit comments

Comments
 (0)