Wannes 9 年之前
父节点
当前提交
7e91b59dfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cron.go

+ 1 - 1
cron.go

@@ -127,7 +127,7 @@ func (c *Cron) Entries() []*Entry {
 	return c.entrySnapshot()
 }
 
-// SetLocations sets the time zone location
+// SetLocation sets the time zone location
 func (c *Cron) SetLocation(location *time.Location) {
 	c.location = location
 }