Skip to content

Commit

Permalink
Fix typo in Set documentation (#114)
Browse files Browse the repository at this point in the history
Thanks @byxor
  • Loading branch information
byxor authored and episage committed Oct 5, 2019
1 parent 40a2e41 commit 309bb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class Set<T> {
}

/**
* Performs an intersecion between this and another set.
* Performs an intersection between this and another set.
* Removes all values that are not present this set and the given set.
* @param {collections.Set} otherSet other set.
*/
Expand Down

0 comments on commit 309bb1b

Please sign in to comment.