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.