diff --git a/doc/go1.18.html b/doc/go1.18.html index f0b4a923fb..5f4cc591b7 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -587,10 +587,10 @@ Do not send CLs removing the interior tags from such phrases.
go/types
-

- The new Config.GoVersion - field sets the accepted Go language version. -

+

+ The new Config.GoVersion + field sets the accepted Go language version. +

Per the proposal @@ -669,7 +669,10 @@ Do not send CLs removing the interior tags from such phrases.

  • The new type Context and factory function NewContext - are added to facilitate sharing of identical type instances across type-checked packages. + are added to facilitate sharing of identical type instances + across type-checked packages, via the new + Config.Context + field.