Wannes 9 yıl önce
ebeveyn
işleme
7e91b59dfd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 }