Fix typo
This commit is contained in:
@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user