Fixing typo in the docblock

This commit is contained in:
Jelle Henkens 2012-05-24 20:07:48 +01:00
parent 7d080ea2d1
commit f6a6e3381e

View file

@ -564,7 +564,7 @@ class Validation {
}
/**
* Checks if a value is a natural value.
* Checks if a value is a natural number.
*
* @param string $check Value to check
* @param boolean $allowZero Set true to allow zero, defaults to false