This commit is contained in:
Roman Krasavtsev 2019-01-07 20:17:03 +01:00 committed by GitHub
parent 86691cad55
commit 1d8361e2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ var simpleEquality = conversion.EqualitiesOrDie(
},
)
// Definte a number of test types.
// Define a number of test types.
type A struct {
A int `json:"aa,omitempty"`
B string `json:"ab,omitempty"`