Skip to content

Commit ee8d885

Browse files
committed
fix a mistake in the Sets page of the tour
1 parent 7ac4468 commit ee8d885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/collections/sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For example:
4040
| `xs + x` |The set containing all elements of `xs` as well as `x`.|
4141
| `xs + (x, y, z)` |The set containing all elements of `xs` as well as the given additional elements.|
4242
| `xs ++ ys` |The set containing all elements of `xs` as well as all elements of `ys`.|
43-
| **Tests:** | |
43+
| **Removals:** | |
4444
| `xs - x` |The set containing all elements of `xs` except `x`.|
4545
| `xs - (x, y, z)` |The set containing all elements of `xs` except the given elements.|
4646
| `xs -- ys` |The set containing all elements of `xs` except the elements of `ys`.|

0 commit comments

Comments
 (0)