Skip to content

Commit 6a87e7f

Browse files
authored
docs: remove unused import
Signed-off-by: Athan <[email protected]>
1 parent b6fe8ae commit 6a87e7f

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/minabs

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/minabs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The function accepts the following options:
5757
By default, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor]. To perform a reduction over specific dimensions, provide a `dims` option.
5858

5959
```javascript
60-
var ndarray2array = require( '@stdlib/ndarray/to-array' );
6160
var array = require( '@stdlib/ndarray/array' );
6261

6362
var x = array( [ -1.0, 2.0, -3.0, 4.0 ], {

0 commit comments

Comments
 (0)