File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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) => {
4646
4747/**
4848 * @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"
5050 */
5151const moduleIdIsNumber = module => {
5252 return typeof module . id === "number" ;
@@ -176,7 +176,7 @@ class Template {
176176 /**
177177 *
178178 * @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
180180 * or false if not every module has a number based id
181181 */
182182 static getModulesArrayBounds ( modules ) {
You can’t perform that action at this time.
0 commit comments