LGTM On May 24, 2010, at 3:07 PM, gri@golang.org wrote: > Reviewers: rsc, > > ...
14 years, 10 months ago
(2010-05-25 01:04:14 UTC)
#3
LGTM
On May 24, 2010, at 3:07 PM, gri@golang.org wrote:
> Reviewers: rsc,
>
> Message:
> Hello rsc (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> go spec: minor fix, to match conversion rules 4 and 5
>
> Please review this at http://codereview.appspot.com/1270042/show
>
> Affected files:
> M doc/go_spec.html
>
>
> Index: doc/go_spec.html
> ===================================================================
> --- a/doc/go_spec.html
> +++ b/doc/go_spec.html
> @@ -3278,7 +3278,8 @@
> </p>
>
> <p>
> -Specific rules apply to conversions where <code>T</code> is a
> numeric or string type.
> +Specific rules apply to conversions where <code>T</code> is a
> +numeric or string type, or where <code>x</code> is of string type.
> These conversions may change the representation of a value and incur
> a run-time cost.
> </p>
>
>
>
Issue 1270042: code review 1270042: go spec: minor fix, to match conversion rules 4 and 5
(Closed)
Created 14 years, 10 months ago by gri
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0