Skip to content

Commit

Permalink
error in spelling (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalifah authored Apr 6, 2021
1 parent ec1baac commit 0e67456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/struct-level/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {

// register validation for 'User'
// NOTE: only have to register a non-pointer type for 'User', validator
// interanlly dereferences during it's type checks.
// internally dereferences during it's type checks.
validate.RegisterStructValidation(UserStructLevelValidation, User{})

// build 'User' info, normally posted data etc...
Expand Down

0 comments on commit 0e67456

Please sign in to comment.