aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2023-08-02 17:03:55 -0700
committerGopher Robot <gobot@golang.org>2023-08-03 18:56:31 +0000
commit976a84b1ff14ca3bcd6b31001c25d0c552dd50d0 (patch)
treebb6ec39b67ace8c58f522102a716368d83da0e00 /doc/go_spec.html
parente59eaee2e36092c1b8df72cdc20576723905f971 (diff)
downloadgo-976a84b1ff14ca3bcd6b31001c25d0c552dd50d0.tar.gz
go-976a84b1ff14ca3bcd6b31001c25d0c552dd50d0.zip
spec: remove unnecessary sentence
Change-Id: I06345199ff16c80be83c345d734caef1714ec089 Reviewed-on: https://go-review.googlesource.com/c/go/+/515338 TryBot-Bypass: Robert Griesemer <gri@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com>
Diffstat (limited to 'doc/go_spec.html')
-rw-r--r--doc/go_spec.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 371db8c28f..c7b032b57e 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of July 31, 2023",
+ "Subtitle": "Version of Aug 2, 2023",
"Path": "/ref/spec"
}-->
@@ -8465,9 +8465,6 @@ per the given matching modes if:
In this case, if <code>T</code> is a defined type, <code>T</code>
replaces <code>A</code> as the inferred type argument for <code>P</code>.
</li>
- <li>
- In all other cases unification of <code>P</code> and <code>T</code> fails.
- </li>
</ul>
</li>
</ul>