Skip to content

Commit

Permalink
fix(Refactor): Update function comment in Watcher() method (#199)
Browse files Browse the repository at this point in the history
refactor(docs): Update function comment in Watcher() method

Adjusted the function comment in the Watcher() method from '//
NewApiServerWatcher creates a new apiserver watcher.' to '// Watcher
creates a new apiserver watcher.'

Signed-off-by: sajjad <[email protected]>
  • Loading branch information
sajjadvaezi authored Apr 2, 2024
1 parent 8aed038 commit 6d74b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/watchers/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ApiServerWatcher struct {

var a *ApiServerWatcher

// NewApiServerWatcher creates a new apiserver watcher.
// Watcher creates a new apiserver watcher.
func Watcher() *ApiServerWatcher {
if a == nil {
a = &ApiServerWatcher{
Expand Down

0 comments on commit 6d74b85

Please sign in to comment.