We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90fbff3 + d379374 commit 4faa94fCopy full SHA for 4faa94f
Behavioral/Mediator/README.rst
@@ -4,8 +4,8 @@
4
Purpose
5
-------
6
7
-This pattern provides an easy to decouple many components working
8
-together. It is a good alternative over Observer IF you have a "central
+This pattern provides an easy way to decouple many components working
+together. It is a good alternative to Observer IF you have a "central
9
intelligence", like a controller (but not in the sense of the MVC).
10
11
All components (called Colleague) are only coupled to the
@@ -70,4 +70,4 @@ Tests/MediatorTest.php
70
:linenos:
71
72
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
73
-.. __: http://en.wikipedia.org/wiki/Mediator_pattern
+.. __: http://en.wikipedia.org/wiki/Mediator_pattern
0 commit comments