From c9a79db31d2126eb6d897fdd10149b4ff9f68c59 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Thu, 26 Mar 2020 08:20:48 +0000 Subject: [PATCH] [Update] comment for Engine() --- binding/binding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/binding.go b/binding/binding.go index 9c6cc27f..80f7ee07 100644 --- a/binding/binding.go +++ b/binding/binding.go @@ -58,7 +58,7 @@ type StructValidator interface { ValidateStruct(interface{}) error // Engine returns the underlying validator engine which powers the - // Validater implementation. + // StructValidator implementation. Engine() interface{} }