diff --git a/doc/go1.18.html b/doc/go1.18.html index a43b65d0a2..4d1b6520ee 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -108,12 +108,6 @@ Do not send CLs removing the interior tags from such phrases. interface type with a non-empty method set. Whether this will ever be permitted is unclear at present. -
  • - A generic type or function currently may declare at most one blank (_) - type parameter name. Note that it is always possible to use an arbitrary new - (unused) identifier in place of a blank type parameter name. - We plan to remove this restriction in Go 1.19. -