Wannes il y a 9 ans
Parent
commit
7e91b59dfd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 }