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.
2 parents 4085611 + ee8d885 commit 5066722Copy full SHA for 5066722
overviews/collections/sets.md
@@ -40,7 +40,7 @@ For example:
40
| `xs + x` |The set containing all elements of `xs` as well as `x`.|
41
| `xs + (x, y, z)` |The set containing all elements of `xs` as well as the given additional elements.|
42
| `xs ++ ys` |The set containing all elements of `xs` as well as all elements of `ys`.|
43
-| **Tests:** | |
+| **Removals:** | |
44
| `xs - x` |The set containing all elements of `xs` except `x`.|
45
| `xs - (x, y, z)` |The set containing all elements of `xs` except the given elements.|
46
| `xs -- ys` |The set containing all elements of `xs` except the elements of `ys`.|
0 commit comments