Doc correction

This commit is contained in:
Chris Boden 2012-11-25 12:10:39 -05:00
parent 37da813f7f
commit 786587226e

View File

@ -2,8 +2,8 @@
namespace Ratchet; namespace Ratchet;
/** /**
* This is the interface to build a Ratchet application with * This is the interface to build a Ratchet application with.
* It impelemtns the decorator and command pattern to build an application stack * It implements the decorator pattern to build an application stack
*/ */
interface ComponentInterface { interface ComponentInterface {
/** /**