From b9916c40cc62b26505282ea23f3abad3de10488c Mon Sep 17 00:00:00 2001 From: Hao Xin Date: Thu, 24 Feb 2022 15:38:17 +0800 Subject: [PATCH] Fix examples typo --- pkg/client/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/example_test.go b/pkg/client/example_test.go index 1be098bbbb..c69caabcd2 100644 --- a/pkg/client/example_test.go +++ b/pkg/client/example_test.go @@ -53,7 +53,7 @@ func ExampleNew() { } } -// This example shows how to use the client with typed and unstructured objects to retrieve a objects. +// This example shows how to use the client with typed and unstructured objects to retrieve an object. func ExampleClient_get() { // Using a typed object. pod := &corev1.Pod{}