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 9c415c4 commit 514c9dbCopy full SHA for 514c9db
baked_in.go
@@ -1544,7 +1544,7 @@ func requiredWithout(fl FieldLevel) bool {
1544
return true
1545
}
1546
1547
-// RequiredWithoutAll is the validation function
+// ExcludedWithoutAll is the validation function
1548
// The field under validation must not be present or is empty when all of the other specified fields are not present.
1549
func excludedWithoutAll(fl FieldLevel) bool {
1550
params := parseOneOfParam2(fl.Param())
0 commit comments