We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1876b38 commit 3396878Copy full SHA for 3396878
doc/go1.18.html
@@ -687,7 +687,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
687
<a href="/pkg/reflect#PtrTo"><code>reflect.PtrTo</code></a>
688
have been renamed to
689
<a href="/pkg/reflect#Pointer"><code>reflect.Pointer</code></a> and
690
- <a href="/pkg/reflect#Pointer"><code>reflect.PointerTo</code></a>,
+ <a href="/pkg/reflect#PointerTo"><code>reflect.PointerTo</code></a>,
691
respectively, for consistency with the rest of the reflect package.
692
The old names will continue to work, but will be deprecated in a
693
future Go release.
0 commit comments