Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daft-panda committed Jun 6, 2016
1 parent d2039e7 commit 7e91b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7e91b59

Please sign in to comment.