Skip to content

Commit 3396878

Browse files
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent 1876b38 commit 3396878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.18.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
687687
<a href="/pkg/reflect#PtrTo"><code>reflect.PtrTo</code></a>
688688
have been renamed to
689689
<a href="/pkg/reflect#Pointer"><code>reflect.Pointer</code></a> and
690-
<a href="/pkg/reflect#Pointer"><code>reflect.PointerTo</code></a>,
690+
<a href="/pkg/reflect#PointerTo"><code>reflect.PointerTo</code></a>,
691691
respectively, for consistency with the rest of the reflect package.
692692
The old names will continue to work, but will be deprecated in a
693693
future Go release.

0 commit comments

Comments
 (0)