1
0
mirror of https://github.com/golang/go synced 2024-09-23 21:20:13 -06:00

for example

This commit is contained in:
Stefan Baebler 2020-03-05 17:04:43 +01:00
parent 0e6b2cd6bf
commit 5297df3220

View File

@ -763,7 +763,7 @@ Do not send CLs removing the interior tags from such phrases.
<dd>
<p><!-- CL 185117 -->
When parsing of a URL fails
(e.g. by <a href="/pkg/net/url/#Parse"><code>Parse</code></a>
(for example by <a href="/pkg/net/url/#Parse"><code>Parse</code></a>
or <a href="/pkg/net/url/#ParseRequestURI"><code>ParseRequestURI</code></a>),
the resulting <a href="/pkg/net/url/#Error.Error"><code>Error</code></a> message
will now quote the unparsable URL.