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>
This commit is contained in:
Ian Lance Taylor 2021-12-04 06:34:08 -08:00
parent 1876b38263
commit 3396878af4

View file

@ -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.