Browse Source

add comma.

euromark 12 years ago
parent
commit
bfc65b37b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Validation/Validation.php

+ 1 - 1
src/Validation/Validation.php

@@ -719,7 +719,7 @@ class Validation {
 /**
  * Validates that a number is in specified range.
  *
- * If $lower and $upper are set the range is inclusive.
+ * If $lower and $upper are set, the range is inclusive.
  * If they are not set, will return true if $check is a
  * legal finite on this platform.
  *