1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:50:22 -07:00

fix duplicated word

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=33788
CL=33791
This commit is contained in:
Rob Pike 2009-08-24 16:12:59 -07:00
parent 92ac4bff74
commit 0262f8834d

View File

@ -2412,7 +2412,7 @@ second is a value of the channel's element type.
<p>
Except for shift operations,
if one operand has ideal type and the other operand does not,
the ideal operand is converted converted to match the type of
the ideal operand is converted to match the type of
the other operand (§<a href="#Expressions">Expressions</a>).
If both operands are ideal numbers and one is an
ideal float, the other is converted to ideal float