Skip to content

Commit ec01522

Browse files
Fix spelling in codegen template: implementors -> implementers
1 parent 4bf422a commit ec01522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor/knative.dev/pkg/codegen/cmd/injection-gen/generators/reconciler/reconciler_reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ var reconcilerInterfaceFactory = `
264264
type Interface interface {
265265
// ReconcileKind implements custom logic to reconcile {{.type|raw}}. Any changes
266266
// to the objects .Status or .Finalizers will be propagated to the stored
267-
// object. It is recommended that implementors do not call any update calls
267+
// object. It is recommended that implementers do not call any update calls
268268
// for the Kind inside of ReconcileKind, it is the responsibility of the calling
269269
// controller to propagate those properties. The resource passed to ReconcileKind
270270
// will always have an empty deletion timestamp.

0 commit comments

Comments
 (0)