diff --git a/doc/go_spec.html b/doc/go_spec.html index cb57aa301c..ed98f5375f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -1532,7 +1532,9 @@ interface {
Implementation restriction:
A union with more than one term cannot contain interface types
-with non-empty method sets.
+with non-empty method sets or which
+are or embed the predeclared identifier
+comparable.