Skip to content

Commit ad7e601

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 93f827d commit ad7e601

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/sorthp

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/sorthp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The function accepts the following options:
6060

6161
- **dims**: list of dimensions over which to perform operation. If not provided, the function performs the operation over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
6262

63-
By default, the function uses an increasing sort order. To sort in a different order, provide a `sortOrder` argument.
63+
By default, the function sorts elements in increasing order. To sort in a different order, provide a `sortOrder` argument.
6464

6565
```javascript
6666
var ndarray2array = require( '@stdlib/ndarray/to-array' );

0 commit comments

Comments
 (0)