diff --git a/doc/go1.14.html b/doc/go1.14.html index 3cf203f831..105009812e 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -762,10 +762,10 @@ Do not send CLs removing the interior tags from such phrases.
net/url

- When parsing of an URL fails - (e.g. by Parse + When parsing of an URL fails + (e.g. by Parse or ParseRequestURI), - the resulting Error message + the resulting Error message will now quote the unparsable URL for clearer structure and consistency with other parsing errors.