From bca255f017b3a2eaa7cff6f16487937015709201 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 6 Apr 2020 19:40:47 -0800 Subject: [PATCH] Update comments for Godoc --- status-manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-manager.go b/status-manager.go index 33c60c1..44e20d2 100644 --- a/status-manager.go +++ b/status-manager.go @@ -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 }