]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: add missing <code> tag
authorTobias Klauser <tklauser@distanz.ch>
Mon, 14 Dec 2020 10:25:04 +0000 (11:25 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 14 Dec 2020 21:09:33 +0000 (21:09 +0000)
For #40700.

Change-Id: I616429f82a44cea32701ed0af6e42ed6c71ee097
Reviewed-on: https://go-review.googlesource.com/c/go/+/277378
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.16.html

index 2ff763f9b628ee16cbbed068db3dd716b49b8a32..edac1dbd354f5bf33b5843e192058aec607353d0 100644 (file)
@@ -379,7 +379,7 @@ func TestFoo(t *testing.T) {
   summarizing its execution time and memory allocation. This trace can
   be used to find bottlenecks or regressions in Go startup
   performance.
-  The <a href="/pkg/runtime/#hdr-Environment_Variables"><code>GODEBUG</code><
+  The <a href="/pkg/runtime/#hdr-Environment_Variables"><code>GODEBUG</code>
   documentation</a> describes the format.
 </p>
 
@@ -461,7 +461,7 @@ func TestFoo(t *testing.T) {
 
 <p>
   On the producer side of the interface,
-  the new <a href="/pkg/embed/#FS">embed.FS</code></a> type
+  the new <a href="/pkg/embed/#FS"><code>embed.FS</code></a> type
   implements <code>fs.FS</code>, as does
   <a href="/pkg/archive/zip/#Reader"><code>zip.Reader</code></a>.
   The new <a href="/pkg/os/#DirFS"><code>os.DirFS</code></a> function