Update README.md

change "hava" to "have"
This commit is contained in:
zesani 2018-10-08 21:04:44 +07:00 committed by GitHub
parent e9f187f60a
commit 0049a7894d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1721,11 +1721,11 @@ type StructX struct {
}
type StructY struct {
Y StructX `form:"name_y"` // HERE hava form
Y StructX `form:"name_y"` // HERE have form
}
type StructZ struct {
Z *StructZ `form:"name_z"` // HERE hava form
Z *StructZ `form:"name_z"` // HERE have form
}
```