Skip to content

Commit 92309ff

Browse files
bradfitzgopherbot
authored andcommitted
doc/next: fix link
It was rendering incorrectly at https://tip.golang.org/doc/go1.25 Change-Id: I2f66c95414ac5d71b9b02b91bcdc0d0a87b3f605 Reviewed-on: https://go-review.googlesource.com/c/go/+/662436 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Brad Fitzpatrick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent 8054d2d commit 92309ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/next/6-stdlib/99-minor/net/56025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[LookupMX] and [(*Resolver).LookupMX] now return DNS names that look
1+
[LookupMX] and [*Resolver.LookupMX] now return DNS names that look
22
like valid IP address, as well as valid domain names.
33
Previously if a name server returned an IP address as a DNS name,
44
LookupMX would discard it, as required by the RFCs.

0 commit comments

Comments
 (0)