Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Oct 6, 2017
1 parent b949ffc commit c2ec72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -316,7 +316,7 @@ public static function compareWith($check, $field, $context)
/**
* Compare one field to another.
*
* Return true if the comparison match the expected result.
* Return true if the comparison matches the expected result.
*
* @param mixed $check The value to find in $field.
* @param string $field The field to check $check against. This field must be present in $context.
Expand Down

0 comments on commit c2ec72b

Please sign in to comment.