From: kim yongbin Date: Wed, 10 Jan 2018 16:49:45 +0000 (+0900) Subject: doc/go1.10: fix typo of "preserves" X-Git-Tag: go1.10beta2~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dbdeeed02e27e3c3b258230793adbecfc4f9d6b7;p=gostls13.git doc/go1.10: fix typo of "preserves" Change-Id: Ib5f5d20200284850c14c2431687bc102696ef8ae Reviewed-on: https://go-review.googlesource.com/87215 Reviewed-by: Brad Fitzpatrick --- 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.