]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.17: linkify "language changes" in the runtime section
authorBryan C. Mills <bcmills@google.com>
Wed, 30 Jun 2021 15:54:46 +0000 (11:54 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 30 Jun 2021 22:02:09 +0000 (22:02 +0000)
Change-Id: I82bd3954bfc5da59c7952eba2a28ff0e3b41427f
Reviewed-on: https://go-review.googlesource.com/c/go/+/331969
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index b72752d77d8738492d219bdaa1a7efec306a4c5b..66b4f48b61ea731451979f35b2fc9390f76760db 100644 (file)
@@ -993,7 +993,7 @@ func Foo() bool {
       is no longer sufficient to guarantee that a call to
       <a href="/pkg/reflect/#Value.Convert"><code>Value.Convert</code></a> will not panic.
       It may panic when converting `[]T` to `*[N]T` if the slice's length is less than N.
-      See the language changes section above.
+      See the <a href="#language">language changes</a> section above.
     </p>
   </dd>
 </dl><!-- reflect -->