ticker: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2018-08-09 22:15:41 -07:00
parent c35a701724
commit f4849b051d
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -68,7 +68,7 @@ func (m *Mock) Ticks() <-chan time.Time {
return m.Force
}
// Resumes starts underlying time.Ticker and causes the ticker to begin
// Resume starts underlying time.Ticker and causes the ticker to begin
// delivering scheduled events.
//
// NOTE: Part of the Ticker interface.