File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const stringifyIdSortPredicate = (a, b) => {
46
46
47
47
/**
48
48
* @param {Module } module the module to compare against
49
- * @return {boolean } return true if module.id is equal to type "number"
49
+ * @returns {boolean } return true if module.id is equal to type "number"
50
50
*/
51
51
const moduleIdIsNumber = module => {
52
52
return typeof module . id === "number" ;
@@ -176,7 +176,7 @@ class Template {
176
176
/**
177
177
*
178
178
* @param {Module[] } modules a collection of modules to get array bounds for
179
- * @return {[number, number] | false } returns the upper and lower array bounds
179
+ * @returns {[number, number] | false } returns the upper and lower array bounds
180
180
* or false if not every module has a number based id
181
181
*/
182
182
static getModulesArrayBounds ( modules ) {
You can’t perform that action at this time.
0 commit comments