We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e012523 commit 7ca995fCopy full SHA for 7ca995f
multivalidator.go
@@ -7,7 +7,7 @@ func MultiValidator(validators ...Validator) Validator {
7
return multiValidator(validators)
8
}
9
10
-// Validate tries to validate given struct with all the validators. If it doesnt
+// Validate tries to validate given struct with all the validators. If it doesn't
11
// have any Validator it will simply skip the validation step. If any of the
12
// given validators return err, it will stop validating and return it.
13
func (d multiValidator) Validate(s interface{}) error {
0 commit comments