From dbdeeed02e27e3c3b258230793adbecfc4f9d6b7 Mon Sep 17 00:00:00 2001 From: kim yongbin Date: Thu, 11 Jan 2018 01:49:45 +0900 Subject: [PATCH] doc/go1.10: fix typo of "preserves" Change-Id: Ib5f5d20200284850c14c2431687bc102696ef8ae Reviewed-on: https://go-review.googlesource.com/87215 Reviewed-by: Brad Fitzpatrick --- doc/go1.10.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.10.html b/doc/go1.10.html index 17e68fb472..b9ca02ceb5 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -1223,7 +1223,7 @@ were not indented.

ResolveReference -now preseves multiple leading slashes in the target URL. +now preserves multiple leading slashes in the target URL. Previously it rewrote multiple leading slashes to a single slash, which resulted in the http.Client following certain redirects incorrectly. -- 2.48.1