From 786587226e64c466bd35e0e164b07466018d610b Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 25 Nov 2012 12:10:39 -0500 Subject: [PATCH] Doc correction --- src/Ratchet/ComponentInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ratchet/ComponentInterface.php b/src/Ratchet/ComponentInterface.php index ab57ed3..a53a134 100644 --- a/src/Ratchet/ComponentInterface.php +++ b/src/Ratchet/ComponentInterface.php @@ -2,8 +2,8 @@ namespace Ratchet; /** - * This is the interface to build a Ratchet application with - * It impelemtns the decorator and command pattern to build an application stack + * This is the interface to build a Ratchet application with. + * It implements the decorator pattern to build an application stack */ interface ComponentInterface { /**