Skip to content

Commit 2798853

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent b552018 commit 2798853

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
2525
/**
2626
* Sorts a one-dimensional ndarray using heapsort.
2727
*
28-
* @param arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing the sort order
28+
* @param arrays - array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray specifying the sort order
2929
* @returns input ndarray
3030
*
3131
* @example

0 commit comments

Comments
 (0)