From 70d9ae9a031145cf5540004c96839a0abba7a88b Mon Sep 17 00:00:00 2001 From: bcrowe Date: Thu, 28 Mar 2013 20:14:41 -0400 Subject: [PATCH] Fix docblock typo of ObjectCollection class --- lib/Cake/Utility/ObjectCollection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Utility/ObjectCollection.php b/lib/Cake/Utility/ObjectCollection.php index 14a7dd5ec..211cc441b 100644 --- a/lib/Cake/Utility/ObjectCollection.php +++ b/lib/Cake/Utility/ObjectCollection.php @@ -18,8 +18,8 @@ * to implement its own load() functionality. * * All core subclasses of ObjectCollection by convention loaded objects are stored - * in `$this->_loaded`. Enabled objects are stored in `$this->_enabled`. In addition - * the all support an `enabled` option that controls the enabled/disabled state of the object + * in `$this->_loaded`. Enabled objects are stored in `$this->_enabled`. In addition, + * they all support an `enabled` option that controls the enabled/disabled state of the object * when loaded. * * @package Cake.Utility