spec: fix link for instantiations

This change corrects the link `Instantiantions` to `Instantiations` in the spec.

Change-Id: Ib0ed03420ae401d20af1ea723c5487018b2f462d
GitHub-Last-Rev: b84316c818
GitHub-Pull-Request: golang/go#49816
Reviewed-on: https://go-review.googlesource.com/c/go/+/367274
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
syumai 2021-11-27 11:16:57 +00:00 committed by Emmanuel Odeke
parent 9f2a075df9
commit 0fa53e41f1

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