From 0fa53e41f122b1661d0678a6d36d71b7b5ad031d Mon Sep 17 00:00:00 2001 From: syumai Date: Sat, 27 Nov 2021 11:16:57 +0000 Subject: [PATCH] spec: fix link for instantiations This change corrects the link `Instantiantions` to `Instantiations` in the spec. Change-Id: Ib0ed03420ae401d20af1ea723c5487018b2f462d GitHub-Last-Rev: b84316c818b4aba022362fd09fac0d2b85da1a81 GitHub-Pull-Request: golang/go#49816 Reviewed-on: https://go-review.googlesource.com/c/go/+/367274 Reviewed-by: Ian Lance Taylor Reviewed-by: Emmanuel Odeke --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.0