Skip to content

Commit f10ec08

Browse files
scarf005sila-strike
authored andcommitted
docs: correct to removed in collections-2.13/maps.md
context: https://discord.com/channels/632150470000902164/632150470000902166/1290120539582500936
1 parent e7ce24f commit f10ec08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/collections-2.13/maps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Immutable maps support in addition operations to add and remove mappings by retu
5151
| **Additions and Updates:**| |
5252
| `ms.updated(k, v)`<br>or `ms + (k -> v)` |The map containing all mappings of `ms` as well as the mapping `k -> v` from key `k` to value `v`.|
5353
| **Removals:** | |
54-
| `ms.remove(k)`<br>or `ms - k` |The map containing all mappings of `ms` except for any mapping of key `k`.|
55-
| `ms.removeAll(ks)`<br>or `ms -- ks` |The map containing all mappings of `ms` except for any mapping with a key in `ks`.|
54+
| `ms.removed(k)`<br>or `ms - k` |The map containing all mappings of `ms` except for any mapping of key `k`.|
55+
| `ms.removedAll(ks)`<br>or `ms -- ks` |The map containing all mappings of `ms` except for any mapping with a key in `ks`.|
5656

5757
Mutable maps support in addition the operations summarized in the following table.
5858

0 commit comments

Comments
 (0)