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

- When parsing of an URL fails + When parsing of a URL fails (e.g. by Parse or ParseRequestURI), the resulting Error 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.