diff --git a/doc/go_spec.html b/doc/go_spec.html
index e22fabd699e..2a1322fb0f0 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -3532,9 +3532,9 @@ within Greeting, who will have the value
-If the final argument is assignable to a slice type []T, it is
-passed unchanged as the value for a ...T parameter if the argument
-is followed by .... In this case no new slice is created.
+If the final argument is assignable to a slice type []T and
+is followed by ..., it is passed unchanged as the value
+for a ...T parameter. In this case no new slice is created.