Update errors.go (#671)

pull/753/merge
Deri Herdianto 4 years ago committed by GitHub
parent 2b75c46052
commit 526b0968b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save