From 033dce83871850bc5d532d97510a565d7115371a Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Fri, 15 Jan 2016 00:56:46 +0800 Subject: [PATCH] Fix the wrong uml .png name in decorator --- decorator/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decorator/index.md b/decorator/index.md index 108e0cc73..5494ca944 100644 --- a/decorator/index.md +++ b/decorator/index.md @@ -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