typo
This commit is contained in:
parent
aea5979e91
commit
08345afa06
@ -12,7 +12,7 @@ import "fmt"
|
|||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
// Tickers use a similar mechanism to timers: a
|
// Tickers use a similar mechanism to timers: a
|
||||||
// chanel that is sent values. Here we'll use the
|
// channel that is sent values. Here we'll use the
|
||||||
// `range` builtin on the channel to iterate over
|
// `range` builtin on the channel to iterate over
|
||||||
// the values as they arrive every 500ms.
|
// the values as they arrive every 500ms.
|
||||||
ticker := time.NewTicker(time.Millisecond * 500)
|
ticker := time.NewTicker(time.Millisecond * 500)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user