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

Skip to content

Commit 44e1e45

Browse files
ruff3djaviereguiluz
authored andcommitted
Update event_dispatcher.rst
1 parent f1b41ca commit 44e1e45

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
@@ -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

0 commit comments

Comments
 (0)
0