Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
tersmitten committed Dec 18, 2016
1 parent df1d2de commit a932dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validation/Validation.php
Expand Up @@ -676,7 +676,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 @@ -688,7 +688,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 a932dca

Please sign in to comment.