✏️ fixed typo in comment

pull/363/head
Tengis B 6 years ago
parent ffe836d736
commit 8d3aa5bde2
  1. 2
      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)

Loading…
Cancel
Save