diff --git a/errors.go b/errors.go index 63293cf..f6e72da 100644 --- a/errors.go +++ b/errors.go @@ -146,7 +146,7 @@ type FieldError interface { // Type returns the Field's reflect Type // - // // eg. time.Time's type is time.Time + // eg. time.Time's type is time.Time Type() reflect.Type // returns the FieldError's translated error