Skip to content

Commit

Permalink
Update Every func doc
Browse files Browse the repository at this point in the history
  • Loading branch information
husam-e committed Oct 30, 2023
1 parent 111397a commit 882298b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ func (s *Scheduler) EveryRandom(lower, upper int) *Scheduler {
// Every schedules a new periodic Job with an interval.
// Interval can be an int, time.Duration or a string that
// parses with time.ParseDuration().
// Negative intervals will return an error.
// Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
//
// The job is run immediately, unless:
Expand Down

0 comments on commit 882298b

Please sign in to comment.