diff --git a/doc/go_spec.html b/doc/go_spec.html index bbcdd54b02..95bf7d30f8 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4323,7 +4323,7 @@ MyRunes("白鵬翔") // []rune{0x767d, 0x9d6c, 0x7fd4}
Converting a slice to an array pointer yields a pointer to the underlying array of the slice. If the length of the slice is less than the length of the array, -a run-time panic occurs. +a run-time panic occurs.