Skip to content

Commit

Permalink
Fix examples typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Feb 24, 2022
1 parent ce8bdd3 commit b9916c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit b9916c4

Please sign in to comment.