From 526b0968b30083e100f30c86887034cb4f288e1e Mon Sep 17 00:00:00 2001 From: Deri Herdianto Date: Tue, 6 Apr 2021 08:14:24 +0700 Subject: [PATCH] Update errors.go (#671) --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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