Merge pull request #345 from azhuzhu/master

Fix the wrong uml .png name in decorator
This commit is contained in:
Ilkka Seppälä 2016-01-14 19:47:09 +02:00
commit bd82387fc1

View File

@ -18,7 +18,7 @@ Attach additional responsibilities to an object dynamically.
Decorators provide a flexible alternative to subclassing for extending
functionality.
![alt text](./etc/decorator_1.png "Decorator")
![alt text](./etc/decorator.png "Decorator")
## Applicability
Use Decorator