Skip to content

Commit

Permalink
Fixing typo in the docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle Henkens committed May 24, 2012
1 parent 7d080ea commit f6a6e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ public static function numeric($check) {
}

/**
* 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
Expand Down

0 comments on commit f6a6e33

Please sign in to comment.