diff --git a/doc/go_spec.html b/doc/go_spec.html index b8e6aceee9..4700548cb2 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2883,7 +2883,7 @@ to use. This makes the receiver type parameters available to the method.

Syntactically, this type parameter declaration looks like an -instantiation of the receiver base type, except that +instantiation of the receiver base type, except that the type arguments are the type parameters being declared, one for each type parameter of the receiver base type. The type parameter names do not need to match their corresponding parameter names in the