Skip to content

Commit eccbd14

Browse files
Update README.md
1 parent 75aabc2 commit eccbd14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ $validator->rules([
152152
]
153153
]);
154154

155-
//Validate custom data
155+
//Validate multiple sets of data
156156
if($validator->validate($data, true)) {
157157
//Ok data is valid
158158
} else {
159159
//Display validation errors
160-
print_r($validator->errors();
160+
print_r($validator->errors());
161161
}
162162
```
163163

0 commit comments

Comments
 (0)