diff --git a/doc/go_spec.html b/doc/go_spec.html index 9f685d1f1f..51af33c175 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2647,7 +2647,7 @@ TypeParamDecl = IdentifierList TypeConstraint .
All non-blank names in the list must be unique. Each name declares a type parameter, which is a new and different named type -that acts as a place holder for an (as of yet) unknown type in the declaration. +that acts as a placeholder for an (as of yet) unknown type in the declaration. The type parameter is replaced with a type argument upon instantiation of the generic function or type.