]> Cypherpunks repositories - gostls13.git/commitdiff
s/expressios/expressions/
authorRob Pike <r@golang.org>
Fri, 13 Mar 2009 01:47:49 +0000 (18:47 -0700)
committerRob Pike <r@golang.org>
Fri, 13 Mar 2009 01:47:49 +0000 (18:47 -0700)
OCL=26222
CL=26222

doc/go_spec.html

index 5d8cc777d0e1fc4c245209a0812b83f7738a50a0..52636b7ba34a7657b1d4d0ea5aa907a82bc3ee2d 100644 (file)
@@ -2426,7 +2426,7 @@ unary_op   = "+" | "-" | "!" | "^" | "*" | "&amp;" | "&lt;-" .
 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>