From c6fce6d25f8c071c92926ec3341855ad2303b876 Mon Sep 17 00:00:00 2001 From: Nasfame Date: Wed, 7 Feb 2024 00:16:57 +0530 Subject: [PATCH] pr-fixes: remove quotes Signed-off-by: Nasfame Took 30 seconds --- doc/next/6-stdlib/99-minor/sync/61696.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/next/6-stdlib/99-minor/sync/61696.md b/doc/next/6-stdlib/99-minor/sync/61696.md index 5223447eedafe..173076ca5e6ca 100644 --- a/doc/next/6-stdlib/99-minor/sync/61696.md +++ b/doc/next/6-stdlib/99-minor/sync/61696.md @@ -1,4 +1,4 @@ The [`(*sync.Map) Clear()`](//sync#Map.Clear) method deletes -all the entries, resulting in an "empty map". +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