summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-11-28 18:00:55 +0100
committerGopher Robot <gobot@golang.org>2022-11-28 17:25:47 +0000
commit0f28c478b25bc2b5d998b18abadd4ea5c6bb230f (patch)
tree62b74e9b508f6a674864253928483ffceecabc6b /doc
parent9f0ffc938058de4b21c09126e996bb593575f973 (diff)
downloadgo-git-0f28c478b25bc2b5d998b18abadd4ea5c6bb230f.tar.gz
doc/go1.20: fix missing <code> tag
Change-Id: I9c6f9ec28dbe038ddc195310a32d97d5b2a28ef5 Reviewed-on: https://go-review.googlesource.com/c/go/+/453695 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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 1a39993c78..f38169f884 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -742,7 +742,7 @@ proxyHandler := &httputil.ReverseProxy{
of a <code>CNAME</code> record when one exists. Previously on Unix systems and
when using the pure Go resolver, <code>LookupCNAME</code> would return an error
if a <code>CNAME</code> record referred to a name that with no <code>A</code>,
- </code>AAAA</code>, or <code>CNAME</code> record. This change modifies
+ <code>AAAA</code>, or <code>CNAME</code> record. This change modifies
<code>LookupCNAME</code> to match the previous behavior on Windows,
allowing allowing <code>LookupCNAME</code> to succeed whenever a
<code>CNAME</code> exists.