We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a8fd commit a83a46fCopy full SHA for a83a46f
src/stdlib_sorting.fypp
@@ -65,8 +65,8 @@
65
module stdlib_sorting
66
!! This module implements overloaded sorting subroutines named `ORD_SORT`,
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.
+!! length characters, of `sdtlib_string_type` module `string_type`,
+!! of four kinds of `INTEGER` and of three kinds of `REAL`.
70
!! ([Specification](../page/specs/stdlib_sorting.html))
71
!!
72
!!By default, sorting
0 commit comments