File tree 3 files changed +4
-3
lines changed
lib/node_modules/@stdlib/ndarray/base/ndarraylike2object
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{{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".
4
5
5
6
The returned object has the following properties:
6
7
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ interface ndarrayObject {
98
98
}
99
99
100
100
/**
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".
102
102
*
103
103
* ## Notes
104
104
*
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ var getData = require( '@stdlib/ndarray/base/data-buffer' );
37
37
// MAIN //
38
38
39
39
/**
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".
41
41
*
42
42
* ## Notes
43
43
*
You can’t perform that action at this time.
0 commit comments