mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
pr-fixes: remove quotes
Signed-off-by: Nasfame <laciferin@gmail.com> Took 30 seconds
This commit is contained in:
parent
a60a0250b9
commit
c6fce6d25f
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
Loading…
Reference in a new issue