]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.10: fix typo of "preserves"
authorkim yongbin <kybinz@gmail.com>
Wed, 10 Jan 2018 16:49:45 +0000 (01:49 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 10 Jan 2018 17:14:31 +0000 (17:14 +0000)
Change-Id: Ib5f5d20200284850c14c2431687bc102696ef8ae
Reviewed-on: https://go-review.googlesource.com/87215
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.10.html

index 17e68fb472873af59ff8d1b659d83ba9a0b5e082..b9ca02ceb5930a53223d9f7dbe122074bc6c14ea 100644 (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.