Skip to content

Commit 9c3c862

Browse files
authored
remove @description
1 parent 487d74d commit 9c3c862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/util/SetHelpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
/**
4-
* @description intersect creates Set containing the intersection of elements between all sets
4+
* intersect creates Set containing the intersection of elements between all sets
55
* @param {Set[]} sets an array of sets being checked for shared elements
66
* @returns {Set} returns a new Set containing the intersecting items
77
*/
@@ -31,7 +31,7 @@ function intersect(sets) {
3131
}
3232

3333
/**
34-
* @description
34+
* Checks if a set is the subset of another set
3535
* @param {Set} bigSet a Set which contains the original elements to compare against
3636
* @param {Set} smallSet the set whos elements might be contained inside of bigSet
3737
* @returns {boolean} returns true if smallSet contains all elements inside of the bigSet

0 commit comments

Comments
 (0)