Removed whitespace at end of lines

This commit is contained in:
Štefan Baebler 2020-03-04 18:47:19 +01:00 committed by GitHub
parent 3ed9769c40
commit 9f87b7cb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -762,10 +762,10 @@ 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
(e.g. by <a href="/pkg/net/url/#Parse"><code>Parse</code></a>
When parsing of an 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
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.
</p>