pr-fixes:

Signed-off-by: Nasfame <laciferin@gmail.com>

Took 3 minutes
This commit is contained in:
Nasfame 2024-02-06 20:07:42 +05:30
parent 51e8fbf577
commit a60a0250b9
No known key found for this signature in database
GPG key ID: C9FB9DF973DC5C96

View file

@ -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`.