Skip to content

Commit

Permalink
Update README.md (gin-gonic#1583)
Browse files Browse the repository at this point in the history
change "hava" to "have"
  • Loading branch information
zesani authored and justinfx committed Nov 3, 2018
1 parent 5cc05e9 commit 9a0fc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit 9a0fc0f

Please sign in to comment.