1
0
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:
Rob Pike 2012-10-12 11:00:00 +11:00
parent bd6601f4a0
commit 06d42690b6

View File

@ -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.