LGTM On Apr 10, 2010, at 7:42 PM, adg@golang.org wrote: > Reviewers: r, > > ...
14 years, 11 months ago
(2010-04-11 07:17:36 UTC)
#2
LGTM
On Apr 10, 2010, at 7:42 PM, adg@golang.org wrote:
> Reviewers: r,
>
> Message:
> Hello r (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> time: fix comment typo
>
> Please review this at http://codereview.appspot.com/811044/show
>
> Affected files:
> M src/pkg/time/tick.go
>
>
> Index: src/pkg/time/tick.go
> ===================================================================
> --- a/src/pkg/time/tick.go
> +++ b/src/pkg/time/tick.go
> @@ -156,7 +156,7 @@
> }
> }
>
> -// Ticker returns a new Ticker containing a channel that will
> +// NewTicker returns a new Ticker containing a channel that will
> // send the time, in nanoseconds, every ns nanoseconds. It adjusts the
> // intervals to make up for pauses in delivery of the ticks.
> func NewTicker(ns int64) *Ticker {
>
>
Issue 811044: code review 811044: time: fix comment typo
(Closed)
Created 14 years, 11 months ago by adg
Modified 14 years, 11 months ago
Reviewers:
Base URL:
Comments: 0