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 CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, - AAAA, or CNAME record. This change modifies + AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing allowing LookupCNAME to succeed whenever a CNAME exists.