LGTM On Tue, Jan 12, 2010 at 3:38 PM, <r@golang.org> wrote: > Reviewers: gri, > ...
15 years, 3 months ago
(2010-01-13 01:05:36 UTC)
#2
LGTM
On Tue, Jan 12, 2010 at 3:38 PM, <r@golang.org> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> fix typo found by kevin ballard
>
> Please review this at http://codereview.appspot.com/186113
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -2458,7 +2458,7 @@
> that the dynamic type of <code>x</code> is identical to the type
> <code>T</code>
> (§<a href="#Type_identity_and_compatibility">Type identity and
> compatibility</a>).
> If <code>T</code> is an interface type, <code>x.(T)</code> asserts that
> the dynamic type
> -of <code>T</code> implements the interface <code>T</code> (§<a
> href="#Interface_types">Interface types</a>).
> +of <code>x</code> implements the interface <code>T</code> (§<a
> href="#Interface_types">Interface types</a>).
> </p>
> <p>
> If the type assertion holds, the value of the expression is the value
>
>
>
*** Submitted as http://code.google.com/p/go/source/detail?r=2852ebc23c23 *** fix typo found by kevin ballard R=gri CC=golang-dev http://codereview.appspot.com/186113
15 years, 3 months ago
(2010-01-13 01:06:35 UTC)
#3
Issue 186113: code review 186113: fix typo found by kevin ballard
(Closed)
Created 15 years, 3 months ago by r
Modified 15 years, 3 months ago
Reviewers:
Base URL:
Comments: 0