1
0
mirror of https://github.com/golang/go synced 2024-09-29 03:34:33 -06:00

pr-fixes: remove quotes

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

Took 30 seconds
This commit is contained in:
Nasfame 2024-02-07 00:16:57 +05:30
parent a60a0250b9
commit c6fce6d25f
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 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)). ([#61696](https://github.com/golang/go/issues/61696)).
It is analogous to `clear`. It is analogous to `clear`.