diff --git a/doc/go_spec.html b/doc/go_spec.html index 04b9b244cef..808255a38a8 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1321,7 +1321,7 @@ Two types are either identical or different.

Two named types are identical if their type names originate in the same -type declaration. +TypeSpec. A named and an unnamed type are always different. Two unnamed types are identical if the corresponding type literals are identical, that is, if they have the same literal structure and corresponding components have identical types. In detail: