Skip to content

Commit ff90ad4

Browse files
porridgejoelanford
andauthored
fix: typos and stale docstring (#430)
* fix: typos and stale docstring * Update pkg/reconciler/reconciler.go Co-authored-by: Joe Lanford <joe.lanford@gmail.com> --------- Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
1 parent 6261f25 commit ff90ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/reconciler/reconciler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func WithOverrideValues(overrides map[string]string) Option {
262262
}
263263
}
264264

265-
// WithDependentWatchesEnabled is an Option that configures whether the
265+
// SkipDependentWatches is an Option that configures whether the
266266
// Reconciler will register watches for dependent objects in releases and
267267
// trigger reconciliations when they change.
268268
//
@@ -518,7 +518,7 @@ func WithControllerSetupFunc(f ControllerSetupFunc) Option {
518518
}
519519

520520
// ControllerSetup allows restricted access to the Controller using the WithControllerSetupFunc option.
521-
// Currently the only supposed configuration is adding additional watchers do the controller.
521+
// Currently, the only supported configuration is adding additional watches to the controller.
522522
type ControllerSetup interface {
523523
// Watch takes events provided by a Source and uses the EventHandler to
524524
// enqueue reconcile.Requests in response to the events.

0 commit comments

Comments
 (0)