spec: fix link for instantiations

This commit is contained in:
syumai 2021-11-27 20:09:58 +09:00
parent fad67f8a53
commit b84316c818

View file

@ -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