Skip to content

Commit bc3e094

Browse files
BalmungSanyhefamly
andcommitted
Fix typo in docs/std/atomic-map.md
Co-authored-by: Yannick Heiber <[email protected]>
1 parent b37a131 commit bc3e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/std/atomic-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait AtomicMap[F[_], K, V] {
1616
}
1717
```
1818

19-
It is conceptually similar to a `AtomicMap[F, Map[K, V]]`, but with better ergonomics when
19+
It is conceptually similar to a `AtomicCell[F, Map[K, V]]`, but with better ergonomics when
2020
working on a per key basis. Note, however, that it does not support atomic updates to
2121
multiple keys.
2222

0 commit comments

Comments
 (0)