From: Rob Pike
Date: Fri, 13 Mar 2009 01:47:49 +0000 (-0700)
Subject: s/expressios/expressions/
X-Git-Tag: weekly.2009-11-06~2030
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9b5d82327b1498b74611d539f9812d3cce13cbc3;p=gostls13.git
s/expressios/expressions/
OCL=26222
CL=26222
---
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 5d8cc777d0..52636b7ba3 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -2426,7 +2426,7 @@ unary_op = "+" | "-" | "!" | "^" | "*" | "&" | "<-" .
The operand types in binary operations must be equal, with the following exceptions:
- - Except in shift expressios, if one operand has numeric type and the other operand is
+
- 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).