1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:10:22 -07:00

doc/go1.10: fix typo of "preserves"

Change-Id: Ib5f5d20200284850c14c2431687bc102696ef8ae
Reviewed-on: https://go-review.googlesource.com/87215
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
kim yongbin 2018-01-11 01:49:45 +09:00 committed by Brad Fitzpatrick
parent 4a28707d55
commit dbdeeed02e

View File

@ -1223,7 +1223,7 @@ were not indented.
<dd>
<p>
<a href="/pkg/net/url/#ResolveReference"><code>ResolveReference</code></a>
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 <a href="/pkg/net/http/#Client"><code>http.Client</code></a>
following certain redirects incorrectly.