mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
spec: fix link for instantiations
This commit is contained in:
parent
fad67f8a53
commit
b84316c818
1 changed files with 1 additions and 1 deletions
|
@ -2883,7 +2883,7 @@ to use. This makes the receiver type parameters available to the method.
|
|||
|
||||
<p>
|
||||
Syntactically, this type parameter declaration looks like an
|
||||
<a href="#Instantiantions">instantiation</a> of the receiver base type, except that
|
||||
<a href="#Instantiations">instantiation</a> 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
|
||||
|
|
Loading…
Reference in a new issue