Skip to content

Commit bd82387

Browse files
committed
Merge pull request iluwatar#345 from azhuzhu/master
Fix the wrong uml .png name in decorator
2 parents 3398bad + 033dce8 commit bd82387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decorator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Attach additional responsibilities to an object dynamically.
1818
Decorators provide a flexible alternative to subclassing for extending
1919
functionality.
2020

21-
![alt text](./etc/decorator_1.png "Decorator")
21+
![alt text](./etc/decorator.png "Decorator")
2222

2323
## Applicability
2424
Use Decorator

0 commit comments

Comments
 (0)