Wannes 9 years ago
parent
commit
7e91b59dfd
1 changed files with 1 additions and 1 deletions
  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
 }