Fix broken example

This commit is contained in:
Colin O'Dell
2024-02-21 16:56:03 -05:00
committed by GitHub
parent 3e69c2e36a
commit e25f99ee02

View File

@@ -24,7 +24,7 @@
// functionConfig := &Example{}
//
// fn := func(items []*yaml.RNode) ([]*yaml.RNode, error) {
// for i := range rl.Items {
// for i := range items {
// // modify the items...
// }
// return items, nil