Skip to content

Commit b9916c4

Browse files
authored
Fix examples typo
1 parent ce8bdd3 commit b9916c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func ExampleNew() {
5353
}
5454
}
5555

56-
// This example shows how to use the client with typed and unstructured objects to retrieve a objects.
56+
// This example shows how to use the client with typed and unstructured objects to retrieve an object.
5757
func ExampleClient_get() {
5858
// Using a typed object.
5959
pod := &corev1.Pod{}

0 commit comments

Comments
 (0)