diff --git a/doc/go_spec.html b/doc/go_spec.html index c2fa871eaa..9370cf632c 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -7324,7 +7324,8 @@ clear(t) type parameter see below
-If the argument type is a type parameter,
+If the type of the argument to clear is a
+type parameter,
all types in its type set must be maps or slices, and clear
performs the operation corresponding to the actual type argument.