From: Davis Goodin
Date: Wed, 13 Dec 2023 19:38:01 +0000 (-0800)
Subject: doc: improve release note for Windows hosts file being respected
X-Git-Tag: go1.22rc1~10
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d2867b29c2812772b69d6d52b168def57064de9b;p=gostls13.git
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
LUCI-TryBot-Result: Go LUCI
Auto-Submit: Bryan Mills
Reviewed-by: Quim Muntal
Reviewed-by: Michael Pratt
---
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.