Grammar fixes for observer
This commit is contained in:
@ -21,10 +21,10 @@ dependents are notified and updated automatically.
|
||||
|
||||
## Explanation
|
||||
|
||||
Real world example
|
||||
Real-world example
|
||||
|
||||
> In a land far away lives the races of hobbits and orcs. Both of them are mostly outdoors so they
|
||||
> closely follow the changes in weather. One could say that they are constantly observing the
|
||||
> In a land far away live the races of hobbits and orcs. Both of them are mostly outdoors so they
|
||||
> closely follow the weather changes. One could say that they are constantly observing the
|
||||
> weather.
|
||||
|
||||
In plain words
|
||||
@ -152,11 +152,7 @@ be changed.
|
||||
* When an object should be able to notify other objects without making assumptions about who these
|
||||
objects are. In other words, you don't want these objects tightly coupled.
|
||||
|
||||
## Typical Use Case
|
||||
|
||||
* Changing in one object leads to a change in other objects.
|
||||
|
||||
## Real world examples
|
||||
## Known uses
|
||||
|
||||
* [java.util.Observer](http://docs.oracle.com/javase/8/docs/api/java/util/Observer.html)
|
||||
* [java.util.EventListener](http://docs.oracle.com/javase/8/docs/api/java/util/EventListener.html)
|
||||
|
Reference in New Issue
Block a user