diff --git a/doc/go_spec.html b/doc/go_spec.html index 176e1a755d..186600f015 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1876,7 +1876,9 @@ by a value of type T.

A constant x is representable -by a value of type T if one of the following conditions applies: +by a value of type T, +where T is not a type parameter, +if one of the following conditions applies:

+

+If T is a type parameter with specific types, +x is representable by a value of type T if x is representable +by a value of each specific type of T. +

+
 x                   T           x is representable by a value of T because