Merge pull request #72653 from RomanKrasavtsev/RomanKrasavtsev-patch-3

Fix typo
This commit is contained in:
Kubernetes Prow Robot
2019-01-09 09:06:43 -08:00
committed by GitHub

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 { type A struct {
A int `json:"aa,omitempty"` A int `json:"aa,omitempty"`
B string `json:"ab,omitempty"` B string `json:"ab,omitempty"`