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.
2 parents d6546ee + 9f6c1cd commit ab2452cCopy full SHA for ab2452c
errors.go
@@ -152,8 +152,8 @@ type FieldError interface {
152
// returns the FieldError's translated error
153
// from the provided 'ut.Translator' and registered 'TranslationFunc'
154
//
155
- // NOTE: is not registered translation can be found it returns the same
156
- // as calling fe.Error()
+ // NOTE: if no registered translator can be found it returns the same as
+ // calling fe.Error()
157
Translate(ut ut.Translator) string
158
}
159
0 commit comments