Language typo

This commit is contained in:
Vance Lucas 2014-11-14 15:37:19 -06:00
parent 0b2ebb9397
commit e83cd2934c

View File

@ -8,7 +8,7 @@ return array(
'numeric' => "must be numeric",
'integer' => "must be an integer (0-9)",
'length' => "must be longer than %d",
'min' => "must be at least than %s",
'min' => "must be at least %s",
'max' => "must be no more than %s",
'in' => "contains invalid value",
'notIn' => "contains invalid value",