From 9a85886aa81d547a12d28a6258e183c7bbe284ca Mon Sep 17 00:00:00 2001 From: shunki-fujita Date: Tue, 29 Oct 2024 09:07:32 +0000 Subject: [PATCH] fix error message --- kyaml/openapi/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyaml/openapi/example_test.go b/kyaml/openapi/example_test.go index 3210066015..8edb965869 100644 --- a/kyaml/openapi/example_test.go +++ b/kyaml/openapi/example_test.go @@ -45,7 +45,7 @@ func Example_arrayReplace() { fmt.Println(f.PatchStrategyAndKey()) // no patch strategy or merge key // Output: - // Arguments to the entrypoint. The docker image's CMD is used if this is... + // Arguments to the entrypoint. The container image's CMD is used if this... // [array] }