Thanks to visit codestin.com Credit goes to github.com
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 7ac4468 commit ee8d885Copy full SHA for ee8d885
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