Skip to content

Commit 23fa0ed

Browse files
authored
docs: fix function name
Signed-off-by: Athan <[email protected]>
1 parent 6c8d858 commit 23fa0ed

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var out = ssorthp( [ x, ord ] );
4040
* // returns <ndarray>
4141
*
42-
* var arr = ndarra2array( out );
42+
* var arr = ndarray2array( out );
4343
* // returns [ -4.0, -2.0, 1.0, 3.0 ]
4444
*/
4545

0 commit comments

Comments
 (0)