Skip to content

Commit

Permalink
mention that checks are performed on all values
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 16, 2013
1 parent b2a3ffe commit 7108ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Validator/Validation.pm
Expand Up @@ -144,8 +144,8 @@ and implements the following new ones.
$validation = $validation->check('size', 2, 7);
Perform validation check, no more checks will be performend for the current
C<topic> after the first one failed.
Perform validation check on all values of the current C<topic>, no more checks
will be performend on them after the first one failed.
=head2 error
Expand Down

0 comments on commit 7108ece

Please sign in to comment.