From 3396878af43752a7c25406dabd525754f80a1c40 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 4 Dec 2021 06:34:08 -0800 Subject: [PATCH] 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 --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0