Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Katrina Verey <[email protected]>
  • Loading branch information
Goodwine and KnVerey authored Nov 12, 2021
1 parent 894ffec commit 4cde50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyaml/fn/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cde50a

Please sign in to comment.