diff --git a/src/Validation/Validation.php b/src/Validation/Validation.php index ee5fff9082d..2d0a6bc0ef6 100644 --- a/src/Validation/Validation.php +++ b/src/Validation/Validation.php @@ -539,7 +539,7 @@ public static function boolean($check, array $booleanValues = []) } /** - * Validates if passed value is truthy. + * Validates if given value is truthy. * * The list of what is considered to be truthy values, may be set via $truthyValues. * @@ -557,7 +557,7 @@ public static function truthy($check, array $truthyValues = []) } /** - * Validates if passed value is falsey. + * Validates if given value is falsey. * * The list of what is considered to be falsey values, may be set via $falseyValues. *