We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239762 commit 6ceb395Copy full SHA for 6ceb395
src/lib/esnext.collection.d.ts
@@ -39,7 +39,7 @@ interface Set<T> {
39
*/
40
difference<U>(other: ReadonlySetLike<U>): Set<T>;
41
/**
42
- * @returns a new Set containing all the elements in this Set which are in this or in the argument, but not in both.
+ * @returns a new Set containing all the elements which are in either this Set or in the argument, but not in both.
43
44
symmetricDifference<U>(other: ReadonlySetLike<U>): Set<T | U>;
45
0 commit comments