Skip to content

Commit 2e6276d

Browse files
griesemergopherbot
authored andcommitted
[release-branch.go1.21] spec: remove unnecessary sentence
Change-Id: I06345199ff16c80be83c345d734caef1714ec089 Reviewed-on: https://go-review.googlesource.com/c/go/+/515338 TryBot-Bypass: Robert Griesemer <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: Robert Griesemer <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/515715
1 parent aeef93c commit 2e6276d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/go_spec.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--{
22
"Title": "The Go Programming Language Specification",
3-
"Subtitle": "Version of July 31, 2023",
3+
"Subtitle": "Version of Aug 2, 2023",
44
"Path": "/ref/spec"
55
}-->
66

@@ -8464,9 +8464,6 @@ <h3 id="Type_unification_rules">Type unification rules</h3>
84648464
In this case, if <code>T</code> is a defined type, <code>T</code>
84658465
replaces <code>A</code> as the inferred type argument for <code>P</code>.
84668466
</li>
8467-
<li>
8468-
In all other cases unification of <code>P</code> and <code>T</code> fails.
8469-
</li>
84708467
</ul>
84718468
</li>
84728469
</ul>

0 commit comments

Comments
 (0)