Skip to content

Commit 0c2140a

Browse files
garethgareth
authored andcommitted
fix reference to subroutine
1 parent 648a384 commit 0c2140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ input index array with the same size as `array`, having unique indices from
3636
`1:size(array)`, which is modified instead. On return the index array is modified
3737
such that `all(array(index(1:k)) <= array(index(k)))` and `all(array(k) <= array(k+1:size(array)))`.
3838
The user can optionally specify `left` and `right` indices to constrain the search
39-
for the kth-smallest value. This can be useful if you have previously called `select`
39+
for the kth-smallest value. This can be useful if you have previously called `arg_select`
4040
to find a smaller or larger rank (that will have led to partial sorting of
4141
`index`, thus implying some constraint on the location).
4242

0 commit comments

Comments
 (0)