From c92077d677eb0823ae923ad7912e0ba91a351b17 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Fri, 27 Dec 2013 12:09:51 +0100 Subject: [PATCH] Fixed doc block --- Cake/Utility/CollectionTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cake/Utility/CollectionTrait.php b/Cake/Utility/CollectionTrait.php index 831f9fbed02..3257ba2fef7 100644 --- a/Cake/Utility/CollectionTrait.php +++ b/Cake/Utility/CollectionTrait.php @@ -323,7 +323,7 @@ public function min($callback, $type = SORT_NUMERIC) { * name. * * The callback will receive as its first argument each of the elements in $items, - *the value returned by the callback will be used as the value for sorting such + * the value returned by the callback will be used as the value for sorting such * element. Please note that the callback function could be called more than once * per element. *