소스 검색

change the comments

Ychen 9 년 전
부모
커밋
65b40be0d3
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 if it is not running, otherwize it does nothing.
+// Start the cron scheduler in its own go-routine, or no-op if already started.
 func (c *Cron) Start() {
 	if c.running {
 		return