We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9dc82f + d25d246 commit 85075fcCopy full SHA for 85075fc
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