Merge pull request #42 from Danielss89/patch-1

Fixed typo
This commit is contained in:
Dominik Liebler
2013-10-27 10:00:12 -07:00

View File

@@ -3,7 +3,7 @@
namespace DesignPatterns\Decorator; namespace DesignPatterns\Decorator;
/** /**
* the Deoorator MUST implement the RendererInterface contract, this is the key-feature * the Decorator MUST implement the RendererInterface contract, this is the key-feature
* of this design pattern. If not, this is no longer a Decorator but just a dumb * of this design pattern. If not, this is no longer a Decorator but just a dumb
* wrapper. * wrapper.
*/ */