aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/net/63116.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/next/6-stdlib/99-minor/net/63116.md b/doc/next/6-stdlib/99-minor/net/63116.md
index d847a5545e..89ec4b1e07 100644
--- a/doc/next/6-stdlib/99-minor/net/63116.md
+++ b/doc/next/6-stdlib/99-minor/net/63116.md
@@ -1,3 +1,3 @@
-The [`DNSError`](/pkg/net#DNSError) type now wraps errors caused by timeouts
-or cancelation. For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
+The [DNSError] type now wraps errors caused by timeouts or cancelation.
+For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
will now report whether a DNS error was caused by a timeout.