Skip to content

Commit

Permalink
fix list of validation checks (closes #1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 16, 2017
1 parent f7554d7 commit 67b2a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Validator.pm
Expand Up @@ -135,7 +135,7 @@ L<Mojolicious::Validator> implements the following attributes.
$validator = $validator->checks({size => sub {...}});
Registered validation checks, by default only L</"equal_to">, L</"in">,
L</"like">, L</"size"> and L</"upload"> are already defined.
L</"like">, L</"num">, L</"size"> and L</"upload"> are already defined.
=head1 METHODS
Expand Down

0 comments on commit 67b2a40

Please sign in to comment.