diff --git a/doc/go_spec.html b/doc/go_spec.html index 2832b0739d..cb57aa301c 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -4782,14 +4782,16 @@ in any of these cases:
x's type and T have identical
- underlying types.
+ x's type and T are not
+ type parameters but have
+ identical underlying types.
x's type and T are pointer types
that are not named types,
- and their pointer base types have identical underlying types.
+ and their pointer base types are not type parameters but
+ have identical underlying types.
x's type and T are both integer or floating