8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299af9b commit b6551e8Copy full SHA for b6551e8
overviews/collections/maps.md
@@ -36,7 +36,7 @@ The fundamental operations on maps are similar to those on sets. They are summar
36
| `ms updated (k, v)` |Same as `ms + (k -> v)`.|
37
| **Removals:** | |
38
| `ms - k` |The map containing all mappings of `ms` except for any mapping of key `k`.|
39
-| `ms - (k, 1, m)` |The map containing all mappings of `ms` except for any mapping with the given keys.|
+| `ms - (k, l, m)` |The map containing all mappings of `ms` except for any mapping with the given keys.|
40
| `ms -- ks` |The map containing all mappings of `ms` except for any mapping with a key in `ks`.|
41
| **Subcollections:** | |
42
| `ms.keys` |An iterable containing each key in `ms`. |
0 commit comments