Skip to content

Update typos in "Set Methods" #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2017
Merged

Update typos in "Set Methods" #15

merged 1 commit into from
Oct 4, 2017

Conversation

shadyan
Copy link
Contributor

@shadyan shadyan commented Oct 4, 2017

  • Corrected typo in the Result column for isdisjoint by changing an 'is' into an 'if'
  • Corrected error in the Result 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.

Resolves #9

 * 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.

Resolves #9
@mattharrison mattharrison merged commit 7dcda9b into mattharrison:master Oct 4, 2017
@mattharrison
Copy link
Owner

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants