diff --git a/doc/go1.22.html b/doc/go1.22.html index 233f7e1fb0..cd20bb7479 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -621,8 +621,8 @@ defer func() {
- The Go DNS Resolver, used when building the binary with "-tags=netgo",
- now searches a matching name in the Windows hosts file,
+ The Go DNS Resolver, used when building with "-tags=netgo",
+ now searches for a matching name in the Windows hosts file,
located at %SystemRoot%\System32\drivers\etc\hosts,
before making a DNS query.