Skip to content

Commit 32f09c0

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 44a6f13 commit 32f09c0

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

lib/node_modules/@stdlib/ndarray/to-flippedlr/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Returns a new [`ndarray`][@stdlib/ndarray/ctor] where the order of elements alon
4646

4747
```javascript
4848
var array = require( '@stdlib/ndarray/array' );
49-
var ndarray2array = require( '@stdlib/ndarray/to-array' );
5049

5150
var x = array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ], {
5251
'shape': [ 3, 2 ]

lib/node_modules/@stdlib/ndarray/to-flippedlr/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import { ndarray } from '@stdlib/types/ndarray';
3030
*
3131
* @example
3232
* var ndarray = require( '@stdlib/ndarray/ctor' );
33-
* var ndarray2array = require( '@stdlib/ndarray/to-array' );
3433
*
3534
* var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
3635
* var shape = [ 3, 2 ];

lib/node_modules/@stdlib/ndarray/to-flippedlr/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*
2626
* @example
2727
* var ndarray = require( '@stdlib/ndarray/ctor' );
28-
* var ndarray2array = require( '@stdlib/ndarray/to-array' );
2928
* var toFlippedlr = require( '@stdlib/ndarray/to-flippedlr' );
3029
*
3130
* var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];

lib/node_modules/@stdlib/ndarray/to-flippedlr/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ var format = require( '@stdlib/string/format' );
3636
*
3737
* @example
3838
* var ndarray = require( '@stdlib/ndarray/ctor' );
39-
* var ndarray2array = require( '@stdlib/ndarray/to-array' );
4039
*
4140
* var buffer = [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ];
4241
* var shape = [ 3, 2 ];

0 commit comments

Comments
 (0)