diff options
-rw-r--r-- | doc/go_spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index e362b7e76..11596ae5b 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. <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 |