mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
pr-fixes:
Signed-off-by: Nasfame <laciferin@gmail.com> Took 3 minutes
This commit is contained in:
parent
51e8fbf577
commit
a60a0250b9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
The [`(*sync.Map) Clear()`](//sync#Map.Clear) method deletes
|
||||
all the entries, resulting in an empty
|
||||
The [`(*sync.Map) Clear()`](//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`.
|
Loading…
Reference in a new issue