aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
diff options
context:
space:
mode:
authorlixianyang <lee1300394324@gmail.com>2021-04-27 02:29:59 +0000
committerRobert Griesemer <gri@golang.org>2021-04-27 04:44:55 +0000
commitc249491572db67acd226210dbcfb4f349614a632 (patch)
tree67ef4c50689724408750182c0086586a53477679 /doc/go_spec.html
parent7ef0237d89b7cf5ca9537e926aca3ca59944e1e0 (diff)
downloadgo-c249491572db67acd226210dbcfb4f349614a632.tar.gz
go-c249491572db67acd226210dbcfb4f349614a632.zip
doc: change <a/> to </a> in spec
Change-Id: I21d0ee83c9204d51c587bd944209df2232b460ad GitHub-Last-Rev: 47fab8dc582baaab5f5cd58a1d53f1c24604c769 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>
Diffstat (limited to 'doc/go_spec.html')
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
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}
<p>
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,
-a <a href="#Run_time_panics">run-time panic<a/> occurs.
+a <a href="#Run_time_panics">run-time panic</a> occurs.
</p>
<pre>