From b84316c818b4aba022362fd09fac0d2b85da1a81 Mon Sep 17 00:00:00 2001 From: syumai Date: Sat, 27 Nov 2021 20:09:58 +0900 Subject: [PATCH] spec: fix link for instantiations --- 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