Skip to content

Commit 0d5f627

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent a752ce9 commit 0d5f627

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
@@ -75,7 +75,7 @@ var arr = ndarray2array( y );
7575
// returns [ 2.0, -1.0, -3.0 ]
7676
```
7777

78-
In addition to numeric values, you can specify the sort order via one of the following string literals: `'ascending'`, `'asc'`, `'descending'`, or `'desc'`. The first two literals indicate to sort in ascending (i.e., increasing) order. The last two literals indicate to sort in descending (i.e., decreasing) order.
78+
In addition to numeric values, one can specify the sort order via one of the following string literals: `'ascending'`, `'asc'`, `'descending'`, or `'desc'`. The first two literals indicate to sort in ascending (i.e., increasing) order. The last two literals indicate to sort in descending (i.e., decreasing) order.
7979

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

0 commit comments

Comments
 (0)