Commit 06d42690 authored by Rob Pike's avatar Rob Pike

time: delete erroneous word from documentation.

Fixes #4236.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6658051
parent bd6601f4
...@@ -6,7 +6,7 @@ package time ...@@ -6,7 +6,7 @@ package time
import "errors" 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. // at intervals.
type Ticker struct { type Ticker struct {
C <-chan Time // The channel on which the ticks are delivered. C <-chan Time // The channel on which the ticks are delivered.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment