mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #112089 from zeze1004/fix-typo
Fix typo "sturct" to "struct"
This commit is contained in:
commit
3710cc8f7b
@ -341,7 +341,7 @@ func TestRoundTrip(t *testing.T) {
|
||||
|
||||
// TestUnknownFields checks for the collection of unknown
|
||||
// field errors from the various possible locations of
|
||||
// unknown fields (e.g. fields on struct, inlined sturct, slice, etc)
|
||||
// unknown fields (e.g. fields on struct, inlined struct, slice, etc)
|
||||
func TestUnknownFields(t *testing.T) {
|
||||
// simples checks that basic unknown fields are found
|
||||
// in fields, subfields and slices.
|
||||
|
Loading…
Reference in New Issue
Block a user