We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795e779 commit ce16086Copy full SHA for ce16086
doc/go_spec.html
@@ -1,6 +1,6 @@
1
<!--{
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of Aug 17, 2023",
+ "Subtitle": "Version of Aug 18, 2023",
4
"Path": "/ref/spec"
5
}-->
6
@@ -4491,7 +4491,7 @@ <h3 id="Type_inference">Type inference</h3>
4491
and for which no explicit type arguments is provided.
4492
These type parameters are called <i>bound</i> type parameters.
4493
For instance, in the <code>dedup</code> example above, the type parameters
4494
-<code>P</code> and <code>E</code> are bound to <code>dedup</code>.
+<code>S</code> and <code>E</code> are bound to <code>dedup</code>.
4495
An argument to a generic function call may be a generic function itself.
4496
The type parameters of that function are included in the set of bound
4497
type parameters.
0 commit comments