mirror of https://github.com/golang/go.git
Doc fixes as suggested
This commit is contained in:
parent
9f87b7cb89
commit
0e6b2cd6bf
|
|
@ -762,12 +762,12 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<dl id="net/url"><dt><a href="/pkg/net/url/">net/url</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 185117 -->
|
||||
When parsing of an URL fails
|
||||
When parsing of a URL fails
|
||||
(e.g. 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
|
||||
for clearer structure and consistency with other parsing errors.
|
||||
will now quote the unparsable URL.
|
||||
This provides clearer structure and consistency with other parsing errors.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- net/url -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue