We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1baac commit 0e67456Copy full SHA for 0e67456
_examples/struct-level/main.go
@@ -44,7 +44,7 @@ func main() {
44
45
// register validation for 'User'
46
// NOTE: only have to register a non-pointer type for 'User', validator
47
- // interanlly dereferences during it's type checks.
+ // internally dereferences during it's type checks.
48
validate.RegisterStructValidation(UserStructLevelValidation, User{})
49
50
// build 'User' info, normally posted data etc...
0 commit comments