From 868936b86275559add42d114ca9e4cfe7f8ccae4 Mon Sep 17 00:00:00 2001 From: Alexander Shepelin Date: Thu, 25 Oct 2018 08:40:37 +0300 Subject: [PATCH] Fix FieldError doc --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 85f65ef..7dc0a35 100644 --- a/errors.go +++ b/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.