From: Robert Griesemer Date: Thu, 3 Aug 2023 00:03:55 +0000 (-0700) Subject: spec: remove unnecessary sentence X-Git-Tag: go1.22rc1~1422 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=976a84b1ff14ca3bcd6b31001c25d0c552dd50d0;p=gostls13.git spec: remove unnecessary sentence Change-Id: I06345199ff16c80be83c345d734caef1714ec089 Reviewed-on: https://go-review.googlesource.com/c/go/+/515338 TryBot-Bypass: Robert Griesemer Reviewed-by: Ian Lance Taylor Reviewed-by: Robert Griesemer Auto-Submit: Robert Griesemer --- 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 @@ @@ -8465,9 +8465,6 @@ per the given matching modes if: In this case, if T is a defined type, T replaces A as the inferred type argument for P. -
  • - In all other cases unification of P and T fails. -