File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lib/node_modules/@stdlib/ndarray/base/ndarraylike2object Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
22{{alias}}( x )
3- Converts an ndarray-like to an object likely to have the same "shape".
3+ Converts an ndarray-like object to an object likely to have the same
4+ "shape".
45
56 The returned object has the following properties:
67
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ interface ndarrayObject {
9898}
9999
100100/**
101- * Converts an ndarray-like to an object likely to have the same "shape".
101+ * Converts an ndarray-like object to an object likely to have the same "shape".
102102*
103103* ## Notes
104104*
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ var getData = require( '@stdlib/ndarray/base/data-buffer' );
3737// MAIN //
3838
3939/**
40- * Converts an ndarray-like to an object likely to have the same "shape".
40+ * Converts an ndarray-like object to an object likely to have the same "shape".
4141*
4242* ## Notes
4343*
You can’t perform that action at this time.
0 commit comments