summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-11-28 11:38:59 -0500
committerRuss Cox <rsc@golang.org>2022-11-28 16:53:09 +0000
commit9f0ffc938058de4b21c09126e996bb593575f973 (patch)
tree89c329a298c36344125c79d165f60e2c922de59c /doc
parent0a8055ef3f84673dc3a70ce5143bdf9817986dea (diff)
downloadgo-git-9f0ffc938058de4b21c09126e996bb593575f973.tar.gz
doc/go1.20: fix missing </code> tag
Change-Id: I8767696a62d8a814c7ed94abfd4b99ca0cab31f9 Reviewed-on: https://go-review.googlesource.com/c/go/+/453635 Auto-Submit: Russ Cox <rsc@golang.org> TryBot-Bypass: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Robert Griesemer <gri@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index 347cf101d8..1a39993c78 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -316,7 +316,7 @@ Do not send CLs removing the interior tags from such phrases.
<p>
Previously, we have added new per-request functionality by defining optional
interfaces which a <code>ResponseWriter</code> can implement, such as
- <a href="/pkg/net/http/#Flusher"><code>Flusher<code></a>. These interfaces
+ <a href="/pkg/net/http/#Flusher"><code>Flusher</code></a>. These interfaces
are not discoverable and clumsy to use.
</p>