8000 Update event_dispatcher.rst · symfony/symfony-docs@f1b41ca · GitHub
[go: up one dir, main page]

Skip to content

Commit f1b41ca

Browse files
ruff3djaviereguiluz
authored andcommitted
Update event_dispatcher.rst
1 parent 31a2315 commit f1b41ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/event_dispatcher.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before or after a method is executed, without interfering with other plugins.
2525
This is not an easy problem to solve with single inheritance, and even if
2626
multiple inheritance was possible with PHP, it comes with its own drawbacks.
2727

28-
The Symfony EventDispatcher component implements the `Observer`_ pattern
28+
The Symfony EventDispatcher component implements the `Observer` pattern
2929
in a simple and effective way to make all these things possible and to make
3030
your projects truly extensible.
3131

@@ -522,7 +522,7 @@ Learn More
522522
* :ref:`The kernel.event_listener tag <dic-tags-kernel-event-listener>`
523523
* :ref:`The kernel.event_subscriber tag <dic-tags-kernel-event-subscriber>`
524524

525-
.. _Mediator: https://en.wikipedia.org/wiki/Mediator_pattern
525+
.. _Observer: https://en.wikipedia.org/wiki/Observer_pattern
526526
.. _Closures: https://php.net/manual/en/functions.anonymous.php
527527
.. _PHP callable: https://php.net/manual/en/language.pseudo-types.php#language.types.callback
528528
.. _Packagist: https://packagist.org/packages/symfony/event-dispatcher

0 commit comments

Comments
 (0)
0