Browse Source

change the comments

Ychen 9 years ago
parent
commit
65b40be0d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cron.go

+ 1 - 1
cron.go

@@ -121,7 +121,7 @@ func (c *Cron) Entries() []*Entry {
 	return c.entrySnapshot()
 	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() {
 func (c *Cron) Start() {
 	if c.running {
 	if c.running {
 		return
 		return