Skip to content

Commit

Permalink
Merge pull request #1815 from haoxins/patch-1
Browse files Browse the repository at this point in the history
📖 Fix examples typo
  • Loading branch information
k8s-ci-robot committed Feb 24, 2022
2 parents ce8bdd3 + b9916c4 commit d887b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/example_test.go
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 d887b2f

Please sign in to comment.