]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.20: fix missing <code> tag
authorTobias Klauser <tklauser@distanz.ch>
Mon, 28 Nov 2022 17:00:55 +0000 (18:00 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 28 Nov 2022 17:25:47 +0000 (17:25 +0000)
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>
doc/go1.20.html

index 1a39993c78f20fd71ff78d161b542832ff6b55ef..f38169f884c8b753d1290521c2814954e6b38e1e 100644 (file)
@@ -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.