aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-12-04 06:34:08 -0800
committerIan Lance Taylor <iant@golang.org>2021-12-04 17:16:07 +0000
commit3396878af43752a7c25406dabd525754f80a1c40 (patch)
treeaf3de72978e442164d28eb4a8460187c8e6c642e /doc
parent1876b38263407ba51f9f3fa2e412ac3f84d3cb95 (diff)
downloadgo-3396878af43752a7c25406dabd525754f80a1c40.tar.gz
go-3396878af43752a7c25406dabd525754f80a1c40.zip
doc/go1.18: use correct link for reflect.PointerTo
For #47694 Change-Id: Iee4fda069a56ea4436b8aa32e2605f3349d7c154 Reviewed-on: https://go-review.googlesource.com/c/go/+/369334 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index fa65ad604e..16a5a6723c 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -687,7 +687,7 @@ Do not send CLs removing the interior tags from such phrases.
<a href="/pkg/reflect#PtrTo"><code>reflect.PtrTo</code></a>
have been renamed to
<a href="/pkg/reflect#Pointer"><code>reflect.Pointer</code></a> and
- <a href="/pkg/reflect#Pointer"><code>reflect.PointerTo</code></a>,
+ <a href="/pkg/reflect#PointerTo"><code>reflect.PointerTo</code></a>,
respectively, for consistency with the rest of the reflect package.
The old names will continue to work, but will be deprecated in a
future Go release.