]> Cypherpunks.ru repositories - gostls13.git/commitdiff
spec: remove unnecessary sentence
authorRobert Griesemer <gri@golang.org>
Thu, 3 Aug 2023 00:03:55 +0000 (17:03 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 18:56:31 +0000 (18:56 +0000)
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>

doc/go_spec.html

index 371db8c28f11c6c9b0f86f80984f3ef67dc53cb3..c7b032b57e3639b3165c41c860b973734649ba94 100644 (file)
@@ -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>