From a0205e650a2a802b82e7f924e43d4a9adfb3ac36 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Wed, 17 Apr 2024 21:02:31 +0800 Subject: doc: simplify symbol links for relnotes This is a follow-up to CL 578195. Change-Id: Iab38ee008df8b06c300b0027019cc0464bdadca1 Reviewed-on: https://go-review.googlesource.com/c/go/+/579796 LUCI-TryBot-Result: Go LUCI Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Reviewed-by: Cherry Mui Reviewed-by: Dmitri Shuralyov --- doc/next/6-stdlib/99-minor/net/63116.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3-54-g00ecf