From: Bryan C. Mills Date: Wed, 30 Jun 2021 15:54:46 +0000 (-0400) Subject: doc/go1.17: linkify "language changes" in the runtime section X-Git-Tag: go1.17rc1~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4711bf30e5;p=gostls13.git 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 Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index b72752d77d..66b4f48b61 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -993,7 +993,7 @@ func Foo() bool { is no longer sufficient to guarantee that a call to Value.Convert 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 language changes section above.