From: Rob Pike Date: Mon, 24 Aug 2009 23:12:59 +0000 (-0700) Subject: fix duplicated word X-Git-Tag: weekly.2009-11-06~780 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0262f8834dc8a1ade69810903779cb9538859f93;p=gostls13.git fix duplicated word R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33788 CL=33791 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index e362b7e76b..11596ae5b6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2412,7 +2412,7 @@ second is a value of the channel's element type.

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 (§Expressions). If both operands are ideal numbers and one is an ideal float, the other is converted to ideal float