LGTM On Sun, Aug 29, 2010 at 10:05 PM, <r@golang.org> wrote: > Reviewers: gri, > ...
14 years, 8 months ago
(2010-08-30 16:21:19 UTC)
#3
LGTM
On Sun, Aug 29, 2010 at 10:05 PM, <r@golang.org> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> spec: fix a couple of tiny glitches
>
> Please review this at http://codereview.appspot.com/2078041/
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -1328,9 +1328,9 @@
> <code>x</code>'s type is identical to <code>T</code>.
> </li>
> <li>
> -<code>x</code>'s type <code>V</code> or <code>T</code> have identical
> -<a href="#Types">underlying types</a> and <code>V</code> or <code>T</code>
> -is not a named type.
> +<code>x</code>'s type <code>V</code> and <code>T</code> have identical
> +<a href="#Types">underlying types</a> and at least one of <code>V</code>
> +or <code>T</code> is not a named type.
> </li>
> <li>
> <code>T</code> is an interface type and
> @@ -1907,7 +1907,7 @@
> </p>
>
> <pre>
> -(p *Point, factor float)
> +func (p *Point, factor float)
> </pre>
>
> <p>
>
>
>
Issue 2078041: code review 2078041: spec: fix a couple of tiny glitches
(Closed)
Created 14 years, 8 months ago by r
Modified 14 years, 8 months ago
Reviewers:
Base URL:
Comments: 3