Skip to content

Commit 8ddafa1

Browse files
authored
docs: fix example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent cdee107 commit 8ddafa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/to-reversed-dimension/lib

lib/node_modules/@stdlib/ndarray/base/to-reversed-dimension/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* var arr = ndarray2array( x );
4343
* // returns [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
4444
*
45-
* var y = toReversed( x );
45+
* var y = toReversedDimension( x );
4646
* // returns <ndarray>
4747
*
4848
* sh = y.shape;

0 commit comments

Comments
 (0)