From 9b5d82327b1498b74611d539f9812d3cce13cbc3 Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Thu, 12 Mar 2009 18:47:49 -0700
Subject: [PATCH] s/expressios/expressions/
OCL=26222
CL=26222
---
doc/go_spec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 5d8cc777d0e..52636b7ba34 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).