From 9127a92b2775731b288204772ab188549aebbcbb Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Fri, 15 Jun 2012 15:33:21 +0300 Subject: [PATCH] Update master --- Decorator/Decorator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decorator/Decorator.php b/Decorator/Decorator.php index d1ea220..41c811f 100644 --- a/Decorator/Decorator.php +++ b/Decorator/Decorator.php @@ -19,7 +19,7 @@ class Webservice protected $_data; /** - * an array to holds all added decorators, often there would be defaults set in this + * an array to hold all added decorators, often there would be defaults set in this * array, e.g. the service could be defaulted to use JSON and only for special APIs * use XML *