Skip to content

Commit 6c8d858

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
4444
* var out = ssorthp( [ x, ord ] );
4545
* // returns <ndarray>
4646
*
47-
* var arr = ndarra2array( out );
47+
* var arr = ndarray2array( out );
4848
* // returns [ -4.0, -2.0, 1.0, 3.0 ]
4949
*/
5050
declare function ssorthp<T = unknown>( arrays: [ typedndarray<T>, typedndarray<number> ] ): typedndarray<T>;

0 commit comments

Comments
 (0)