Skip to content

Commit 7ca995f

Browse files
committed
fix typo
1 parent e012523 commit 7ca995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multivalidator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func MultiValidator(validators ...Validator) Validator {
77
return multiValidator(validators)
88
}
99

10-
// Validate tries to validate given struct with all the validators. If it doesnt
10+
// Validate tries to validate given struct with all the validators. If it doesn't
1111
// have any Validator it will simply skip the validation step. If any of the
1212
// given validators return err, it will stop validating and return it.
1313
func (d multiValidator) Validate(s interface{}) error {

0 commit comments

Comments
 (0)