Update comments for Godoc

This commit is contained in:
Dustin Pianalto 2020-04-06 19:40:47 -08:00
parent cc0042f77c
commit bca255f017

View File

@ -29,7 +29,7 @@ func (s *StatusManager) RemoveStatus(status string) []string {
return s.Values
}
// SetsInterval changes the update interval to new value
// SetInterval changes the update interval to new value
func (s *StatusManager) SetInterval(interval string) {
s.Interval = interval
}