From 4cde50ab14e2aa3191a5e188a537460029f11b2d Mon Sep 17 00:00:00 2001 From: Goodwine Date: Thu, 11 Nov 2021 16:33:17 -0800 Subject: [PATCH] fix typo Co-authored-by: Katrina Verey --- kyaml/fn/framework/framework.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyaml/fn/framework/framework.go b/kyaml/fn/framework/framework.go index 5ef63edec..c2c1ba660 100644 --- a/kyaml/fn/framework/framework.go +++ b/kyaml/fn/framework/framework.go @@ -142,7 +142,7 @@ func Execute(p ResourceListProcessor, rlSource *kio.ByteReadWriter) error { // Filter executes the given kio.Filter and replaces the ResourceList's items with the result. // This can be used to help implement ResourceListProcessors. See SimpleProcessor for example. // -// Filters that return a Result as error will store the result in the ResourceList instead of +// Filters that return a Result as error will store the result in the ResourceList // and continue processing instead of erroring out. func (rl *ResourceList) Filter(api kio.Filter) error { var err error