aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-12-14 11:25:04 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2020-12-14 21:09:33 +0000
commitd06794da4a9fcfee27850757e99567ad02ba0851 (patch)
treefb6281ddaf09e0e0ed2ce08b0d7850bacdc33ef6 /doc
parentdea6d94a4453dfcadbfcaf923100aa1e1d3e469a (diff)
downloadgo-d06794da4a9fcfee27850757e99567ad02ba0851.tar.gz
go-d06794da4a9fcfee27850757e99567ad02ba0851.zip
doc/go1.16: add missing <code> tag
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.16.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 2ff763f9b6..edac1dbd35 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -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