Update Decorator.php

This commit is contained in:
Daniel Strøm 2013-10-27 01:22:55 +02:00
parent ab224a90f3
commit 9f028b93c0

View File

@ -3,7 +3,7 @@
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
* wrapper.
*/