From 8d3aa5bde278f6085727e64321c6e06d96b76889 Mon Sep 17 00:00:00 2001 From: Tengis B Date: Thu, 10 May 2018 11:57:50 +0700 Subject: [PATCH] :pencil2: fixed typo in comment --- validator_instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_instance.go b/validator_instance.go index a07e4e2..400efcf 100644 --- a/validator_instance.go +++ b/validator_instance.go @@ -71,7 +71,7 @@ type Validate struct { structCache *structCache } -// New returns a new instacne of 'validate' with sane defaults. +// New returns a new instance of 'validate' with sane defaults. func New() *Validate { tc := new(tagCache)