mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
fixed grammar
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user