Fix FieldError doc

pull/404/head
Alexander Shepelin 6 years ago committed by GitHub
parent 16a72ff827
commit 868936b862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      errors.go

@ -122,7 +122,7 @@ type FieldError interface {
// fields actual name.
//
// eq. JSON name "fname"
// see ActualField for comparison
// see StructField for comparison
Field() string
// returns the fields actual name from the struct, when able to determine.

Loading…
Cancel
Save