Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca51b87

Browse files
authored
Update event_dispatcher.rst
1 parent 819495c commit ca51b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ the ``Event`` object as the single argument::
182182
}
183183
}
184184

185-
The ``$event`` argument is the event class that was passed when dispatching the
185+
The ``$event`` argument is the event class instance that was passed when dispatching the
186186
event. In many cases, a special event subclass is passed with extra
187187
information. You can check the documentation or implementation of each event to
188188
determine which instance is passed.

0 commit comments

Comments
 (0)