Skip to content

Commit 421c866

Browse files
vkarpov15hasezoey
andauthored
Update lib/helpers/indexes/isIndexSpecEqual.js
Co-authored-by: hasezoey <[email protected]>
1 parent e25dafc commit 421c866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers/indexes/isIndexSpecEqual.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* isIndexSpecEqual({ a: 1, b: 1 }, { b: 1, a: 1 }); // false
99
* isIndexSpecEqual({ a: 1, b: -1 }, { a: 1, b: 1 }); // false
1010
*
11-
* @param {Object} spec1 - The first index specification to compare.
12-
* @param {Object} spec2 - The second index specification to compare.
11+
* @param {Object} spec1 The first index specification to compare.
12+
* @param {Object} spec2 The second index specification to compare.
1313
* @returns {Boolean} Returns true if the index specifications are equal, otherwise returns false.
1414
*/
1515

0 commit comments

Comments
 (0)