Skip to content

Commit

Permalink
just say it is a non-fractional number
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 14, 2017
1 parent 420cfcf commit ea55b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojolicious/Validator.pm
Expand Up @@ -98,7 +98,8 @@ String value needs to match the regular expression.
$validation = $validation->num;
$validation = $validation->num(2, 5);
String value needs to be numeric and if provided in the given range.
String value needs to be a non-fractional number and if provided in the given
range.
=head2 size
Expand Down

0 comments on commit ea55b7c

Please sign in to comment.