diff --git a/errors.go b/errors.go index 7dc0a35..46c24c9 100644 --- a/errors.go +++ b/errors.go @@ -152,8 +152,8 @@ type FieldError interface { // returns the FieldError's translated error // from the provided 'ut.Translator' and registered 'TranslationFunc' // - // NOTE: is not registered translation can be found it returns the same - // as calling fe.Error() + // NOTE: if no registered translator can be found it returns the same as + // calling fe.Error() Translate(ut ut.Translator) string }