We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e00d3 commit 4129e8eCopy full SHA for 4129e8e
event_dispatcher.rst
@@ -122,7 +122,7 @@ listener class:
122
the ``kernel.exception`` event);
123
#. If that method is not defined either, try to call the ``__invoke()`` magic
124
method (which makes event listeners invokable);
125
-#. If the ``_invoke()`` method is not defined either, throw an exception.
+#. If the ``__invoke()`` method is not defined either, throw an exception.
126
127
.. note::
128
0 commit comments