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

Fix typo
pull/564/head
Kubernetes Prow Robot 2019-01-09 09:06:43 -08:00 committed by GitHub
commit e6413d2042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"`