Skip to content

Commit bac6b34

Browse files
authored
fix: lint error
Signed-off-by: Muhammad Haris <[email protected]>
1 parent cde0cc5 commit bac6b34

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/find

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/find/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ var x = array( [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ], [ [ 5.0, 6.0 ], [ 7.0, 8.0 ] ]
245245

246246
// Create an output ndarray:
247247
var y = empty( [ 2, 2 ], {
248-
'dtype': 'x.dtype'
248+
'dtype': x.dtype
249249
});
250250

251251
var opts = {

0 commit comments

Comments
 (0)