Update lib/Cake/View/Helper/FormHelper.php

This commit is contained in:
Dave 2012-09-18 10:51:24 -03:00
parent d6e2b6f83e
commit 990d5f89f0

View file

@ -260,7 +260,7 @@ class FormHelper extends AppHelper {
* Returns false if given form field described by the current entity has no errors.
* Otherwise it returns the validation message
*
* @return mixed Either false when there or no errors, or an array of error
* @return mixed Either false when there are no errors, or an array of error
* strings. An error string could be ''.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper::tagIsInvalid
*/