Merge pull request #854 from daVinciWanaB/patch-6

Update lib/Cake/View/Helper/FormHelper.php
This commit is contained in:
ADmad 2012-09-18 06:56:08 -07:00
commit 82a1194ea0

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