From c2ec72b903b2313ed6d5c21bbbe6796c04ae3dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Pustu=C5=82ka?= Date: Thu, 5 Oct 2017 16:01:41 +0200 Subject: [PATCH] Fix docs. --- src/Validation/Validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Validation/Validation.php b/src/Validation/Validation.php index ad0af332c59..10fc1101b5c 100644 --- a/src/Validation/Validation.php +++ b/src/Validation/Validation.php @@ -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.