diff --git a/doc/go_spec.html b/doc/go_spec.html index 603c1e75b47..69e880090e8 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -3908,7 +3908,8 @@ in any of these cases:
  • ignoring struct tags (see below), - x's type and T are unnamed pointer types + x's type and T are pointer types + that are not defined types, and their pointer base types have identical underlying types.