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