Skip to content

Commit d0baacf

Browse files
authored
docs: Small typo in libraries/validation/037.php
Small typo in libraries/validation/037.php
1 parent 550557e commit d0baacf

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/libraries/validation

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/validation/037.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function required_with($value, string $params, array $data): bool
1717

1818
// Still here? Then we fail this test if
1919
// any of the fields are present in $data
20-
// as $fields is the lis
20+
// as $fields in the list
2121
$requiredFields = [];
2222

2323
foreach ($params as $field) {

0 commit comments

Comments
 (0)