doc/go1.20: fix typo

Change-Id: Id0319a9cc9acc549022fdcd6b7d71c7343afd245
GitHub-Last-Rev: 2b84d25763
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>
This commit is contained in:
Alexander Frolov 2022-12-09 07:56:21 +00:00 committed by Gopher Robot
parent c6ad9dc9b5
commit 6b895d9eaa
1 changed files with 1 additions and 1 deletions

View File

@ -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>