1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:24:45 -07:00

s/expressios/expressions/

OCL=26222
CL=26222
This commit is contained in:
Rob Pike 2009-03-12 18:47:49 -07:00
parent e20834092f
commit 9b5d82327b

View File

@ -2426,7 +2426,7 @@ unary_op = "+" | "-" | "!" | "^" | "*" | "&" | "<-" .
The operand types in binary operations must be equal, with the following exceptions:
</p>
<ul>
<li>Except in shift expressios, if one operand has numeric type and the other operand is
<li>Except in shift expressions, if one operand has numeric type and the other operand is
an ideal number, the ideal number is converted to match the type of
the other operand (§Expressions).</li>