Skip to content

Commit 4711bf3

Browse files
author
Bryan C. Mills
committed
doc/go1.17: linkify "language changes" in the runtime section
Change-Id: I82bd3954bfc5da59c7952eba2a28ff0e3b41427f Reviewed-on: https://go-review.googlesource.com/c/go/+/331969 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ed56ea7 commit 4711bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.17.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
993993
is no longer sufficient to guarantee that a call to
994994
<a href="/pkg/reflect/#Value.Convert"><code>Value.Convert</code></a> will not panic.
995995
It may panic when converting `[]T` to `*[N]T` if the slice's length is less than N.
996-
See the language changes section above.
996+
See the <a href="#language">language changes</a> section above.
997997
</p>
998998
</dd>
999999
</dl><!-- reflect -->

0 commit comments

Comments
 (0)