We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f6278 commit 6c8d858Copy full SHA for 6c8d858
lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/docs/types/index.d.ts
@@ -44,7 +44,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
44
* var out = ssorthp( [ x, ord ] );
45
* // returns <ndarray>
46
*
47
-* var arr = ndarra2array( out );
+* var arr = ndarray2array( out );
48
* // returns [ -4.0, -2.0, 1.0, 3.0 ]
49
*/
50
declare function ssorthp<T = unknown>( arrays: [ typedndarray<T>, typedndarray<number> ] ): typedndarray<T>;
0 commit comments