From 0fcf6f6a1d3fcd8940dc2150ea710b4218f902ec Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Mon, 15 Aug 2011 00:35:20 -0400 Subject: [PATCH] Updating some sentenses. --- lib/Cake/Model/Model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index cc9839db5..8845011c5 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -65,7 +65,7 @@ class Model extends Object { /** * Custom display field name. Display fields are used by Scaffold, in SELECT boxes' OPTION elements. * - * This field is also used in `find('list')` that has no `fields` associated. + * This field is also used in `find('list')` when called with no extra parameters in the fields list * * @var string * @link http://book.cakephp.org/view/1057/Model-Attributes#displayField-1062 @@ -112,8 +112,8 @@ class Model extends Object { protected $_schema = null; /** - * List of validation rules. It must be an array with the field as key and the - * value one of possiblity below: + * List of validation rules. It must be an array with the field name as key and using + * as value one of the following possibilities * * ### Validating using regular expressions *