浏览代码

change the comments

chenyunfei 10 年之前
父节点
当前提交
1e44e15c18
共有 1 个文件被更改,包括 1 次插入1 次删除
  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