Fix the wrong uml .png name in decorator

This commit is contained in:
Yuming Zhu
2016-01-15 00:56:46 +08:00
parent 83f1ac7489
commit 033dce8387

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