Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
sixolet committed Nov 19, 2019
1 parent 0eb9188 commit fb36bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wait/poll_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"k8s.io/client-go/rest"
)

// PollInterval determins when you should poll. Useful to mock out, or for
// PollInterval determines when you should poll. Useful to mock out, or for
// replacing with exponential backoff later.
type PollInterval interface {
PollChan() <-chan time.Time
Expand Down

0 comments on commit fb36bb0

Please sign in to comment.