Skip to content

Commit 4faa94f

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#202 from fitzel/patch-2
Update README.rst
2 parents 90fbff3 + d379374 commit 4faa94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Behavioral/Mediator/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Purpose
55
-------
66

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
7+
This pattern provides an easy way to decouple many components working
8+
together. It is a good alternative to Observer IF you have a "central
99
intelligence", like a controller (but not in the sense of the MVC).
1010

1111
All components (called Colleague) are only coupled to the
@@ -70,4 +70,4 @@ Tests/MediatorTest.php
7070
:linenos:
7171

7272
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
73-
.. __: http://en.wikipedia.org/wiki/Mediator_pattern
73+
.. __: http://en.wikipedia.org/wiki/Mediator_pattern

0 commit comments

Comments
 (0)