Skip to content

Commit 07f68f0

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/shift

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/shift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ arr = ndarray2array( y[ 1 ] );
127127
var array = require( '@stdlib/ndarray/array' );
128128
var ndarray2array = require( '@stdlib/ndarray/to-array' );
129129
var zeroTo = require( '@stdlib/array/zero-to' );
130-
var pop = require( '@stdlib/ndarray/pop' );
130+
var shift = require( '@stdlib/ndarray/shift' );
131131

132132
// Create an ndarray:
133133
var x = array( zeroTo( 27 ), {

0 commit comments

Comments
 (0)