diff --git a/src/github.com/json-iterator/go-benchmark/benchmark.go b/src/github.com/json-iterator/go-benchmark/benchmark.go index 6fec342..96430ed 100644 --- a/src/github.com/json-iterator/go-benchmark/benchmark.go +++ b/src/github.com/json-iterator/go-benchmark/benchmark.go @@ -146,7 +146,7 @@ type CBPerson struct { type MediumPayload struct { Person *CBPerson `json:"person"` - Company string `json:"compnay"` + Company string `json:"company"` } /* @@ -173,4 +173,4 @@ type DSTopicsList struct { type LargePayload struct { Users []*DSUser `json:"-"` Topics *DSTopicsList `json:"topics"` -} \ No newline at end of file +}