diff --git a/doc/go_spec.html b/doc/go_spec.html
index d1ca6722e1..c1d3360ef6 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -6733,8 +6733,6 @@ to generate iteration values this way for each yield call until
f returns.
If the loop body terminates (such as by a break statement),
yield returns false and must not be called again.
-The number of iteration variables must match the number and order of arguments
-to yield.