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 61ab6ee commit 2e86fdcCopy full SHA for 2e86fdc
concepts.wip/sets/about.md
@@ -60,7 +60,7 @@ true
60
The following operations on pairs of Sets are supported (shortcuts to the operator symbol are shown in parentheses).
61
62
- `union(A, B)` or `A ∪ B` (`\cup`): all entries in A or B or both.
63
-- `intersect(A, B)` or `A ∩ B` (`\cap`): all entries common to both A _and_ B.
+- `intersect(A, B)` or `A ∩ B` (`\cap`): all entries common to both A and B.
64
- `setdiff(A, B)` (no symbol): entries in A but not in B.
65
- `symdiff(A, B)` (no symbol): entries in either A or B but not both.
66
- `issubset(A, B)` or `A ⊆ B` (`\subseteq`) or `B ⊇ A` (`\supseteq`): `true` if all entries in A are also in B.
0 commit comments