Skip to content

Commit b6f442c

Browse files
committed
change following @gareth-nx
1 parent 0312d3d commit b6f442c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/specs/stdlib_selection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ which implements selection algorithms.
2323
## Overview of the module
2424

2525
The module `stdlib_selection` defines two generic subroutines:
26+
2627
* `select` is used to find the k-th smallest entry of an array. The input
2728
array is also modified in-place, and on return will be partially sorted
2829
such that `all(array(1:k) <= array(k)))` and `all(array(k) <= array((k+1):size(array)))` is true.

0 commit comments

Comments
 (0)