Skip to content

Commit

Permalink
Change comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
witomlin committed Dec 9, 2024
1 parent a3c8cc9 commit f27d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewController(
}

// Initialize performs the tasks necessary to initialize the controller and register it with the controller-runtime
// manager. May only be invoked once. runtimeController parameter is provided for test injection.
// manager. Will only be invoked once. runtimeController parameter is provided for test injection.
func (c *controller) Initialize(runtimeController ...runtimecontroller.Controller) error {
var retErr error

Expand Down

0 comments on commit f27d3d7

Please sign in to comment.