Skip to content

Commit

Permalink
Updating some sentenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Aug 15, 2011
1 parent 725e512 commit 0fcf6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Model/Model.php
Expand Up @@ -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
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit 0fcf6f6

Please sign in to comment.