From: Jes Cok Date: Wed, 10 Apr 2024 13:00:41 +0000 (+0800) Subject: doc: update relnote for sync.Map.Clear X-Git-Tag: go1.23rc1~654 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=236fe24ed5e27e7b91e79f2e199b10fca13a99ba;p=gostls13.git doc: update relnote for sync.Map.Clear Change-Id: I28baf375502ccf3b0dfcc8250650e914ac7bae78 Reviewed-on: https://go-review.googlesource.com/c/go/+/577835 TryBot-Result: Gopher Robot Auto-Submit: Ian Lance Taylor Reviewed-by: Jonathan Amsterdam Reviewed-by: Ian Lance Taylor Run-TryBot: Jes Cok LUCI-TryBot-Result: Go LUCI --- diff --git a/doc/next/6-stdlib/99-minor/sync/61696.md b/doc/next/6-stdlib/99-minor/sync/61696.md index d138533597..59584301f3 100644 --- a/doc/next/6-stdlib/99-minor/sync/61696.md +++ b/doc/next/6-stdlib/99-minor/sync/61696.md @@ -1,4 +1,2 @@ -The [`(*sync.Map) Clear()`](/pkg/sync#Map.Clear) method deletes -all the entries, resulting in an empty map -([#61696](https://github.com/golang/go/issues/61696)). -It is analogous to `clear`. \ No newline at end of file +The [Map.Clear] method deletes all the entries, resulting in +an empty [Map]. It is analogous to `clear`.