Skip to content

Commit cfd27fb

Browse files
committed
docs: fix typo in comment
1 parent 61e476a commit cfd27fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Validation/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ protected function processRules(string $field, ?string $label, $value, $rules =
261261
// Placeholder for custom errors from the rules.
262262
$error = null;
263263

264-
// If it's a callable, call and and get out of here.
264+
// If it's a callable, call and get out of here.
265265
if ($isCallable) {
266266
$passed = $param === false ? $rule($value) : $rule($value, $param, $data);
267267
} else {

0 commit comments

Comments
 (0)