Skip to content

Commit 11916a4

Browse files
authored
docs: remove comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c4b4320 commit 11916a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/mskrange/lib

lib/node_modules/@stdlib/stats/base/ndarray/mskrange/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* var xbuf = [ 1.0, -2.0, 4.0, 2.0 ];
3131
* var x = new ndarray( 'generic', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
3232
*
33-
* var mbuf = [ 0, 0, 1, 0 ]; // eslint-disable-line @cspell/spellchecker
33+
* var mbuf = [ 0, 0, 1, 0 ];
3434
* var mask = new ndarray( 'generic', mbuf, [ 4 ], [ 1 ], 0, 'row-major' );
3535
*
3636
* var v = mskrange( [ x, mask ] );

0 commit comments

Comments
 (0)