Skip to content

Commit 0fa53e4

Browse files
syumaiodeke-em
authored andcommitted
spec: fix link for instantiations
This change corrects the link `Instantiantions` to `Instantiations` in the spec. Change-Id: Ib0ed03420ae401d20af1ea723c5487018b2f462d GitHub-Last-Rev: b84316c GitHub-Pull-Request: golang#49816 Reviewed-on: https://go-review.googlesource.com/c/go/+/367274 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent 9f2a075 commit 0fa53e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@ <h3 id="Method_declarations">Method declarations</h3>
28832883

28842884
<p>
28852885
Syntactically, this type parameter declaration looks like an
2886-
<a href="#Instantiantions">instantiation</a> of the receiver base type, except that
2886+
<a href="#Instantiations">instantiation</a> of the receiver base type, except that
28872887
the type arguments are the type parameters being declared, one for each type parameter
28882888
of the receiver base type.
28892889
The type parameter names do not need to match their corresponding parameter names in the

0 commit comments

Comments
 (0)