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
 }