]> Cypherpunks repositories - gostls13.git/commitdiff
doc: change <a/> to </a> in spec
authorlixianyang <lee1300394324@gmail.com>
Tue, 27 Apr 2021 02:29:59 +0000 (02:29 +0000)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Apr 2021 04:44:55 +0000 (04:44 +0000)
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>
doc/go_spec.html

index bbcdd54b027f53a6dcbdc260220b94b14a423b69..95bf7d30f8bceca0d5c7e71db2af3390de5dd5be 100644 (file)
@@ -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>