Skip to content

Commit b2772ce

Browse files
Update go1.18.html
1 parent 9d4e965 commit b2772ce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/go1.18.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
254254
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
255255
<dd>
256256
<p><!-- CL 330852 -->
257-
The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and
258-
<code>DialTLSContext</code> method fields in
257+
On WebAssembly targets, the <code>Dial</code>, <code>DialContext</code>,
258+
<code>DialTLS</code> and <code>DialTLSContext</code> method fields in
259259
<a href="/pkg/net/http/#Transport"><code>Transport</code></a>
260-
will now be correctly used, if specified, for making HTTP requests when running
261-
on WebAssembly targets.
260+
will now be correctly used, if specified, for making HTTP requests.
262261
</p>
263262
<p><!-- CL 338590 -->
264263
TODO: <a href="https://golang.org/cl/338590">https://golang.org/cl/338590</a>: add Cookie.Valid method

0 commit comments

Comments
 (0)