Skip to content

Commit

Permalink
fixed proper superset description in README (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski authored Oct 20, 2022
1 parent d25b91d commit 926b24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const isSupersetABC = superset(setA, setB, setC);
```

### proper superset: `A ⊃ B`
A set is a superset of another if it contains all the elements
A set is a proper superset of another if it contains all the elements
contained in the other set, and it has a greater cardinality
than the other set.

Expand Down

0 comments on commit 926b24f

Please sign in to comment.