You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Corrected typo in the Result column for `isdisjoint` by changing an 'is' into an 'if'
* Corrected error in theResult column for `issuperset`. All the elements of the set passed in the argument are supposed to be
in the set on which the method was called. This was most likely a typo due to copy and pasting :)
* Made format for all the set methods that return a Boolean value consistent.
Resolvesmattharrison#9
0 commit comments