From: Ian Lance Taylor Date: Sat, 4 Dec 2021 14:34:08 +0000 (-0800) Subject: doc/go1.18: use correct link for reflect.PointerTo X-Git-Tag: go1.18beta1~91 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3396878af43752a7c25406dabd525754f80a1c40;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Emmanuel Odeke --- 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. reflect.PtrTo have been renamed to reflect.Pointer and - reflect.PointerTo, + reflect.PointerTo, 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.