Commit 9b5d8232 authored by Rob Pike's avatar Rob Pike

s/expressios/expressions/

OCL=26222
CL=26222
parent e2083409
......@@ -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>
......
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