Skip to content

Commit 7fb8d69

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#42 from Danielss89/patch-1
Fixed typo
2 parents ab224a9 + 9f028b9 commit 7fb8d69

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)