Merge pull request #363 from tengis617/fix-comment-typo

fixed typo in comment
pull/373/head
Dean Karn 6 years ago committed by GitHub
commit 3e51773f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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