Parcourir la source

change the comments

chenyunfei il y a 10 ans
Parent
commit
1e44e15c18
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cron.go

+ 1 - 1
cron.go

@@ -121,7 +121,7 @@ func (c *Cron) Entries() []*Entry {
 	return c.entrySnapshot()
 }
 
-// Start the cron scheduler in its own go-routine.
+// Start the cron scheduler in its own go-routine if it is not running, otherwize it does nothing.
 func (c *Cron) Start() {
 	if c.running {
 		return