Fix typo
This commit is contained in:
parent
3ad49a082c
commit
df49dcb9ea
@ -21,7 +21,7 @@ type Server struct {
|
||||
}
|
||||
|
||||
type Hat struct {
|
||||
Inches int32 `json:"inchues"`
|
||||
Inches int32 `json:"inches"`
|
||||
Color string `json:"color"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user