mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
time: delete erroneous word from documentation.
Fixes #4236. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6658051
This commit is contained in:
parent
bd6601f4a0
commit
06d42690b6
@ -6,7 +6,7 @@ package time
|
||||
|
||||
import "errors"
|
||||
|
||||
// A Ticker holds a synchronous channel that delivers `ticks' of a clock
|
||||
// A Ticker holds a channel that delivers `ticks' of a clock
|
||||
// at intervals.
|
||||
type Ticker struct {
|
||||
C <-chan Time // The channel on which the ticks are delivered.
|
||||
|
Loading…
Reference in New Issue
Block a user