Skip to content

Commit

Permalink
Doc fixes as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Mar 5, 2020
1 parent 9f87b7c commit 0e6b2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/go1.14.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,12 +762,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<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 -->
Expand Down

0 comments on commit 0e6b2cd

Please sign in to comment.