Browse Source

Fix docs.

Robert Pustułka 8 years ago
parent
commit
c2ec72b903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Validation/Validation.php

+ 1 - 1
src/Validation/Validation.php

@@ -316,7 +316,7 @@ class Validation
     /**
      * 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.