From 0e6b2cd6bf2312fd7eecd92908593f53964af06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Thu, 5 Mar 2020 06:14:13 +0100 Subject: [PATCH] Doc fixes as suggested --- doc/go1.14.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.