diff --git a/doc/go_spec.html b/doc/go_spec.html
index b5b7f15bbd..06aeeae658 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
@@ -1086,7 +1086,7 @@ A field declared with a type but no explicit field name is called an embedded
An embedded field must be specified as
a type name T or as a pointer to a non-interface type name *T,
and T itself may not be
-a pointer type. The unqualified type name acts as the field name.
+a pointer type or type parameter. The unqualified type name acts as the field name.
@@ -1127,7 +1127,7 @@ of a struct except that they cannot be used as field names in-Given a struct type
Sand a named type +Given a struct typeSand a type nameT, promoted methods are included in the method set of the struct as follows: