You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
/**
22
22
* Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
23
23
*
24
-
* @module@stdlib/utils/key-by-right
24
+
* @module@stdlib/utils-key-by-right
25
25
*
26
26
* @example
27
27
* var keyByRight = require( '@stdlib/utils-key-by-right' );
0 commit comments