Skip to content

Commit b552018

Browse files
authored
docs: fix copy
Signed-off-by: Athan <[email protected]>
1 parent 3a33530 commit b552018

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/docs/repl.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
{{alias}}( arrays )
33
Sorts a one-dimensional ndarray using heapsort.
44

5-
The input strided array is sorted *in-place* (i.e., the input strided array
6-
is *mutated*).
5+
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
76

87
Parameters
98
----------

0 commit comments

Comments
 (0)