diff --git a/doc/go1.22.html b/doc/go1.22.html index 233f7e1fb0159..cd20bb747908e 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -621,8 +621,8 @@

Minor changes to the library

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