lgtm On Feb 1, 2012 10:27 PM, <nigeltao@golang.org> wrote: > Reviewers: rsc, > > Message: ...
13 years, 5 months ago
(2012-02-02 06:47:34 UTC)
#2
lgtm
On Feb 1, 2012 10:27 PM, <nigeltao@golang.org> wrote:
> Reviewers: rsc,
>
> Message:
> Hello rsc@golang.org (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
>
>
> Description:
> vet: fix comment typo.
>
> Please review this at
http://codereview.appspot.com/**5620049/<http://codereview.appspot.com/5620049/>
>
> Affected files:
> M src/cmd/vet/method.go
>
>
> Index: src/cmd/vet/method.go
> ==============================**==============================**=======
> --- a/src/cmd/vet/method.go
> +++ b/src/cmd/vet/method.go
> @@ -29,7 +29,7 @@
> // For example, a type might implement a Scan method that
> // has nothing to do with fmt.Scanner, but we still want to check
> // the methods that are intended to implement fmt.Scanner.
> -// To do that, the arguments that have a + prefix are treated as
> +// To do that, the arguments that have a = prefix are treated as
> // signals that the canonical meaning is intended: if a Scan
> // method doesn't have a fmt.ScanState as its first argument,
> // we let it go. But if it does have a fmt.ScanState, then the
>
>
>
Issue 5620049: code review 5620049: vet: fix comment typo.
(Closed)
Created 13 years, 5 months ago by nigeltao
Modified 13 years, 5 months ago
Reviewers:
Base URL:
Comments: 0