Skip to content

Commit a83a46f

Browse files
committed
update
1 parent f54a8fd commit a83a46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_sorting.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
module stdlib_sorting
6666
!! This module implements overloaded sorting subroutines named `ORD_SORT`,
6767
!! `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.
68+
!! length characters, of `sdtlib_string_type` module `string_type`,
69+
!! of four kinds of `INTEGER` and of three kinds of `REAL`.
7070
!! ([Specification](../page/specs/stdlib_sorting.html))
7171
!!
7272
!!By default, sorting

0 commit comments

Comments
 (0)