mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc: change <a/> to </a> in spec
Change-Id: I21d0ee83c9204d51c587bd944209df2232b460ad
GitHub-Last-Rev: 47fab8dc58
GitHub-Pull-Request: golang/go#45771
Reviewed-on: https://go-review.googlesource.com/c/go/+/313449
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
7ef0237d89
commit
c249491572
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue