diff --git a/doc/go_spec.html b/doc/go_spec.html
index c6c75ddae75..768084385b1 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -695,8 +695,8 @@ struct {
A field declared with a type but no field identifier is an anonymous field.
Such a field type must be specified as
a type name T
or as a pointer to a type name *T
,
-and T
itself, may not be
-a pointer or interface type. The unqualified type name acts as the field identifier.
+and T
itself may not be
+a pointer type. The unqualified type name acts as the field identifier.