Skip to content

Commit c0e5699

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 9d1123d commit c0e5699

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/node_modules/@stdlib/ndarray/base/pop/lib/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
* var x = ndarray( 'generic', buffer, shape, strides, offset, 'row-major' );
3737
* // returns <ndarray>
3838
*
39-
* var sh = x.shape;
40-
* // returns [ 3, 2 ]
41-
*
4239
* var arr = ndarray2array( x );
4340
* // returns [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
4441
*

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ var sliceTo = require( '@stdlib/ndarray/base/slice-to' );
5050
* var x = ndarray( 'generic', buffer, shape, strides, offset, 'row-major' );
5151
* // returns <ndarray>
5252
*
53-
* var sh = x.shape;
54-
* // returns [ 3, 2 ]
55-
*
5653
* var arr = ndarray2array( x );
5754
* // returns [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
5855
*

0 commit comments

Comments
 (0)