From 9f87b7cb89052be47009e521b435d77ea5f6e95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Wed, 4 Mar 2020 18:47:19 +0100 Subject: [PATCH] Removed whitespace at end of lines --- 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 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.