doc: fix typo

This commit is contained in:
Alexander Frolov 2022-12-09 10:47:44 +03:00 committed by GitHub
parent 80f7484af7
commit 2b84d25763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>