mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-03-15 11:41:32 +00:00
error in spelling (#732)
This commit is contained in:
parent
ec1baac93d
commit
0e674563ff
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Reference in a new issue