Skip to content

Commit 9adad8b

Browse files
authored
chore: update todo
1 parent 9e833c2 commit 9adad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/lib/ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var addon = require( './../src/addon.node' );
5050
* // returns 4.0
5151
*/
5252
function dmskmax( N, x, strideX, offsetX, mask, strideMask, offsetMask ) {
53-
// TODO - add eslint comment to escape max line length warning
53+
// TODO - add eslint comment to escape max line length warning (if needed)
5454
return addon.ndarray( N, x, strideX, offsetX, mask, strideMask, offsetMask );
5555
}
5656

0 commit comments

Comments
 (0)