Skip to content

Commit f54a8fd

Browse files
committed
update
1 parent 50c96b8 commit f54a8fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/stdlib_sorting.fypp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464

6565
module stdlib_sorting
6666
!! This module implements overloaded sorting subroutines named `ORD_SORT`,
67-
!! `SORT_INDEX`, and `SORT`, that each can be used to sort four kinds
68-
!! of `INTEGER` arrays and three kinds of `REAL` arrays.
67+
!! `SORT_INDEX`, and `SORT`, that each can be used to sort arrays of assumed
68+
!! length characters, of `sdtlib_string_type`, four kinds of `INTEGER` arrays
69+
!! and three kinds of `REAL` arrays.
6970
!! ([Specification](../page/specs/stdlib_sorting.html))
7071
!!
7172
!!By default, sorting
@@ -421,7 +422,7 @@ module stdlib_sorting
421422
!! https://github.com/rust-lang/rust/blob/90eb44a5897c39e3dff9c7e48e3973671dcd9496/src/liballoc/slice.rs#L2159
422423
!! but modified to return an array of indices that would provide a stable
423424
!! sort of the rank one `ARRAY` input.
424-
!! ([Specification](../page/specs/stdlib_sorting.html#sort_index-creates-an-array-of-sorting-indices-for-an-input-array-while-also-sorting-the-array)
425+
!! ([Specification](../page/specs/stdlib_sorting.html#sort_index-creates-an-array-of-sorting-indices-for-an-input-array-while-also-sorting-the-array))
425426
!!
426427
!! The indices by default correspond to a
427428
!! non-decreasing sort, but if the optional argument `REVERSE` is present

0 commit comments

Comments
 (0)