[Update] comment for Engine()

This commit is contained in:
wuhuizuo 2020-03-26 08:20:48 +00:00
parent abced1b159
commit c9a79db31d

View File

@ -58,7 +58,7 @@ type StructValidator interface {
ValidateStruct(interface{}) error ValidateStruct(interface{}) error
// Engine returns the underlying validator engine which powers the // Engine returns the underlying validator engine which powers the
// Validater implementation. // StructValidator implementation.
Engine() interface{} Engine() interface{}
} }