aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2023-12-13 11:38:01 -0800
committerQuim Muntal <quimmuntal@gmail.com>2023-12-14 18:20:06 +0000
commitd2867b29c2812772b69d6d52b168def57064de9b (patch)
tree66c3b7eb293ce09ff571bc31747406e0333d96ab
parent6396a42b99daab77f6207f6c3011f7ffd7bbe173 (diff)
downloadgo-d2867b29c2812772b69d6d52b168def57064de9b.tar.gz
go-d2867b29c2812772b69d6d52b168def57064de9b.zip
doc: improve release note for Windows hosts file being respected
Make a grammar fix (searches -> searches for) and simplify "when building with" phrase. For #61422. Change-Id: I179b3816c0e223a16e4969290b2c1ed19d44c556 Reviewed-on: https://go-review.googlesource.com/c/go/+/549457 Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: Michael Pratt <mpratt@google.com>
-rw-r--r--doc/go1.22.html4
1 files changed, 2 insertions, 2 deletions
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() {
</p>
<p><!-- CL 467335 -->
- 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 <code>%SystemRoot%\System32\drivers\etc\hosts</code>,
before making a DNS query.
</p>