Update comments for Godoc

master
DustyP 6 years ago
parent cc0042f77c
commit bca255f017

@ -29,7 +29,7 @@ func (s *StatusManager) RemoveStatus(status string) []string {
return s.Values 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) { func (s *StatusManager) SetInterval(interval string) {
s.Interval = interval s.Interval = interval
} }

Loading…
Cancel
Save