diff --git a/doc/go1.18.html b/doc/go1.18.html index c0058f4a14..1f6a68e2a5 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -254,11 +254,10 @@ Do not send CLs removing the interior tags from such phrases.
net/http

- The Dial, DialContext, DialTLS and - DialTLSContext method fields in + On WebAssembly targets, the Dial, DialContext, + DialTLS and DialTLSContext method fields in Transport - will now be correctly used, if specified, for making HTTP requests when running - on WebAssembly targets. + will now be correctly used, if specified, for making HTTP requests.

TODO: https://golang.org/cl/338590: add Cookie.Valid method