Skip to content

Commit 1e44e15

Browse files
committed
change the comments
1 parent 6f30f62 commit 1e44e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (c *Cron) Entries() []*Entry {
121121
return c.entrySnapshot()
122122
}
123123

124-
// Start the cron scheduler in its own go-routine.
124+
// Start the cron scheduler in its own go-routine if it is not running, otherwize it does nothing.
125125
func (c *Cron) Start() {
126126
if c.running {
127127
return

0 commit comments

Comments
 (0)