Skip to content

Commit

Permalink
fixed superset documentation (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski authored Nov 6, 2022
1 parent c5cea91 commit 1abffe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/comparisons/superset.function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export function superset<T>(...sets: ReadonlySet<T>[]): boolean;
*
* Superset is notated A ⊇ B,
* where not superset is A ⊉ B.
* Proper superset is notated A ⊃ B,
* and not proper superset is A ⊅ B.
*
* @description A ⊇ B ⇔ ∀x : (x ∈ B ⇒ x ∈ A)
*/
Expand Down

0 comments on commit 1abffe2

Please sign in to comment.