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. *