Skip to content

Commit 65b40be

Browse files
authored
change the comments
1 parent 1e44e15 commit 65b40be

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 if it is not running, otherwize it does nothing.
124+
// Start the cron scheduler in its own go-routine, or no-op if already started.
125125
func (c *Cron) Start() {
126126
if c.running {
127127
return

0 commit comments

Comments
 (0)