diff --git a/doc/go_spec.html b/doc/go_spec.html
index 967bfc4b5c..3bc610fb02 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -5348,7 +5348,7 @@ in any of these cases:
x is a string and T is a slice of bytes or runes.
x is a slice, T is a pointer to an array,
+ x is a slice, T is an array or a pointer to an array,
and the slice and array types have identical element types.