summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Frolov <9749087+fxrlv@users.noreply.github.com>2022-12-09 07:56:21 +0000
committerGopher Robot <gobot@golang.org>2022-12-12 14:20:13 +0000
commit6b895d9eaa4a9889fea88205d7cca5cc736de0fc (patch)
tree165ca03fa0a1c6b01d253ca578863fc9914c7261 /doc
parentc6ad9dc9b523b710afa07d7c5bcb6fe9d21c308c (diff)
downloadgo-git-6b895d9eaa4a9889fea88205d7cca5cc736de0fc.tar.gz
doc/go1.20: fix typo
Change-Id: Id0319a9cc9acc549022fdcd6b7d71c7343afd245 GitHub-Last-Rev: 2b84d25763c3f8a03663d4ba75cefa4a372fefbd GitHub-Pull-Request: golang/go#57187 Reviewed-on: https://go-review.googlesource.com/c/go/+/456395 Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@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 028696c5b3..805cc9f93f 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -883,7 +883,7 @@ proxyHandler := &httputil.ReverseProxy{
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>LookupCNAME</code> to match the previous behavior on Windows,
- allowing allowing <code>LookupCNAME</code> to succeed whenever a
+ allowing <code>LookupCNAME</code> to succeed whenever a
<code>CNAME</code> exists.
</p>