Skip to content

Commit a0205e6

Browse files
callthingsoffgopherbot
authored andcommitted
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 <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 276d28f commit a0205e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The [`DNSError`](/pkg/net#DNSError) type now wraps errors caused by timeouts
2-
or cancelation. For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
1+
The [DNSError] type now wraps errors caused by timeouts or cancelation.
2+
For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
33
will now report whether a DNS error was caused by a timeout.

0 commit comments

Comments
 (0)