Skip to content

Commit dd48932

Browse files
committed
docs: fix descriptions
1 parent 54262c8 commit dd48932

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/node_modules/@stdlib/ndarray/base/ndarraylike2object/docs/repl.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

lib/node_modules/@stdlib/ndarray/base/ndarraylike2object/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff 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
*

lib/node_modules/@stdlib/ndarray/base/ndarraylike2object/lib/main.js

+1-1
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)