mirror of https://github.com/golang/go.git
fix html <a> tag syntax in spec
This commit is contained in:
parent
70deaa33eb
commit
47fab8dc58
|
|
@ -4323,7 +4323,7 @@ MyRunes("白鵬翔") // []rune{0x767d, 0x9d6c, 0x7fd4}
|
||||||
<p>
|
<p>
|
||||||
Converting a slice to an array pointer yields a pointer to the underlying array of the slice.
|
Converting a slice to an array pointer yields a pointer to the underlying array of the slice.
|
||||||
If the <a href="#Length_and_capacity">length</a> of the slice is less than the length of the array,
|
If the <a href="#Length_and_capacity">length</a> of the slice is less than the length of the array,
|
||||||
a <a href="#Run_time_panics">run-time panic<a/> occurs.
|
a <a href="#Run_time_panics">run-time panic</a> occurs.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue