diff --git a/doc/go_spec.html b/doc/go_spec.html index e6831e9091..496a7b2c3b 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1771,9 +1771,9 @@ last non-empty expression list.

A type declaration binds an identifier, the type name, to a new type -that has the same underlying type as -an existing type. The new type is different from -the existing type. +that has the same underlying type as an existing type, +and operations defined for the existing type are also defined for the new type. +The new type is different from the existing type.