fixed grammar

This commit is contained in:
Dominik Liebler
2016-09-21 15:03:31 +02:00
parent c6ee057b4b
commit 3d6db19db3
7 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ Purpose
-------
To implement a publish/subscribe behaviour to an object, whenever a
"Subject" object changes it's state, the attached "Observers" will be
"Subject" object changes its state, the attached "Observers" will be
notified. It is used to shorten the amount of coupled objects and uses
loose coupling instead.
@@ -55,4 +55,4 @@ Tests/ObserverTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
.. __: http://en.wikipedia.org/wiki/Observer_pattern
.. __: http://en.wikipedia.org/wiki/Observer_pattern