From 5efb27b57d2432df092ca49169b91c12a3b21abf Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 13 May 2023 11:48:19 -0400 Subject: [PATCH] Fix typo in client example --- 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 c69caabcd2..7d4cb8c616 100644 --- a/pkg/client/example_test.go +++ b/pkg/client/example_test.go @@ -230,7 +230,7 @@ func ExampleClient_delete() { _ = c.Delete(context.Background(), u) } -// This example shows how to use the client with typed and unstrucurted objects to delete collections of objects. +// This example shows how to use the client with typed and unstructured objects to delete collections of objects. func ExampleClient_deleteAllOf() { // Using a typed object. // c is a created client.