Fix another typo.

This commit is contained in:
mark_story 2011-10-05 22:03:18 -04:00
parent c11c5c5719
commit a853c0f93a

View file

@ -191,7 +191,7 @@ class Model extends Object {
* *
* ### Valid keys in validations * ### Valid keys in validations
* *
* - `role`: String with method name, regular expression (started by slash) or array with method and parameters * - `rule`: String with method name, regular expression (started by slash) or array with method and parameters
* - `message`: String with the message or array if have multiple parameters. See http://php.net/sprintf * - `message`: String with the message or array if have multiple parameters. See http://php.net/sprintf
* - `last`: Boolean value to indicate if continue validating the others rules if the current fail [Default: true] * - `last`: Boolean value to indicate if continue validating the others rules if the current fail [Default: true]
* - `required`: Boolean value to indicate if the field must be present on save * - `required`: Boolean value to indicate if the field must be present on save