Commit c7e03a32 authored by Robert Griesemer's avatar Robert Griesemer

go spec: minor fix, to match conversion rules 4 and 5

R=rsc
CC=golang-dev
https://golang.org/cl/1270042
parent 0c662f60
...@@ -3278,7 +3278,8 @@ of <code>x</code> and thus has no run-time cost. ...@@ -3278,7 +3278,8 @@ of <code>x</code> and thus has no run-time cost.
</p> </p>
<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. These conversions may change the representation of a value and incur a run-time cost.
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment