Skip to content

Commit

Permalink
Merge pull request go-playground#404 from 44px/patch-1
Browse files Browse the repository at this point in the history
Fix FieldError doc
  • Loading branch information
deankarn authored Oct 25, 2018
2 parents 16a72ff + 868936b commit f8af4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8af4b1

Please sign in to comment.