Skip to content

Commit 0e67456

Browse files
authored
error in spelling (#732)
1 parent ec1baac commit 0e67456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/struct-level/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func main() {
4444

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

5050
// build 'User' info, normally posted data etc...

0 commit comments

Comments
 (0)