Browse Source

Fixed typo

Mischa ter Smitten 9 years ago
parent
commit
a932dca451
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Validation/Validation.php

+ 2 - 2
src/Validation/Validation.php

@@ -676,7 +676,7 @@ class Validation
     }
 
     /**
-     * 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
@@ -688,7 +688,7 @@ class Validation
     }
 
     /**
-     * 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