We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab224a9 commit 9f028b9Copy full SHA for 9f028b9
Decorator/Decorator.php
@@ -3,7 +3,7 @@
3
namespace DesignPatterns\Decorator;
4
5
/**
6
- * the Deoorator MUST implement the RendererInterface contract, this is the key-feature
+ * the Decorator MUST implement the RendererInterface contract, this is the key-feature
7
* of this design pattern. If not, this is no longer a Decorator but just a dumb
8
* wrapper.
9
*/
0 commit comments