Update README.md (#1583)

change "hava" to "have"
This commit is contained in:
zesani 2018-10-09 06:14:21 +07:00 committed by 田欧
parent e9f187f60a
commit fbdcbd2275
1 changed files with 2 additions and 2 deletions

View File

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