Skip to content

Commit d603faf

Browse files
committed
fix comment
1 parent 64bb8e4 commit d603faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/component/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type ReconcilerOptions struct {
119119
// SchemeBuilder allows to define additional schemes to be made available in the
120120
// target client.
121121
SchemeBuilder types.SchemeBuilder
122-
// NewClientFunc allows to modify or replace the default client used by the reconciler.
122+
// NewClient allows to modify or replace the default client used by the reconciler.
123123
// The returned client is used by the reconciler to manage the component instances, and passed to hooks.
124124
// Its scheme therefore must recognize the component type.
125125
NewClient NewClientFunc

0 commit comments

Comments
 (0)