Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten authored and chinpei215 committed Jan 29, 2017
1 parent 6818268 commit 043858d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Utility/Validation.php
Expand Up @@ -539,7 +539,7 @@ public static function ip($check, $type = 'both') {
}

/**
* Checks whether the length of a string (in character) is greater or equal to a minimal length.
* Checks whether the length of a string (in characters) is greater or equal to a minimal length.
*
* @param string $check The string to test
* @param int $min The minimal string length
Expand All @@ -550,7 +550,7 @@ public static function minLength($check, $min) {
}

/**
* Checks whether the length of a string (in character) is smaller or equal to a maximal length..
* Checks whether the length of a string (in characters) is smaller or equal to a maximal length..
*
* @param string $check The string to test
* @param int $max The maximal string length
Expand Down

0 comments on commit 043858d

Please sign in to comment.