Skip to content

Commit 9f028b9

Browse files
committed
Update Decorator.php
1 parent ab224a9 commit 9f028b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Decorator/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace DesignPatterns\Decorator;
44

55
/**
6-
* the Deoorator MUST implement the RendererInterface contract, this is the key-feature
6+
* the Decorator MUST implement the RendererInterface contract, this is the key-feature
77
* of this design pattern. If not, this is no longer a Decorator but just a dumb
88
* wrapper.
99
*/

0 commit comments

Comments
 (0)