Skip to content

Commit 5066722

Browse files
authored
Merge pull request #560 from SethTisue/tour-fix-set
fix a mistake in the Sets page of the tour
2 parents 4085611 + ee8d885 commit 5066722

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)