diff --git a/doc/go_spec.html b/doc/go_spec.html
index 9c19b08d75..fe35aaccb4 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -5330,7 +5330,7 @@ the "for" statement's block but the goto is not.
A "fallthrough" statement transfers control to the first statement of the -next case clause in a expression "switch" statement. +next case clause in an expression "switch" statement. It may be used only as the final non-empty statement in such a clause.