updated Implementation differences section
R=rsc,r
DELTA=4 (3 added, 0 deleted, 1 changed)
OCL=34204
CL=34204
diff --git a/doc/go_spec.html b/doc/go_spec.html
index cc37512..e080c95 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -4372,7 +4372,10 @@
<h2 id="Implementation_differences"><font color=red>Implementation differences - TODO</font></h2>
<p>
<font color=red>
-Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
+<ul>
+ <li>Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</li>
+ <li>A type switch must have an assignment in the guard expression and does not support multiple types per case.</li>
+</ul>
</font>
</p>