Skip to content

Commit 6f0f189

Browse files
wclodius2jvdp1
andauthored
Update src/stdlib_sorting.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 7087255 commit 6f0f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_sorting.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module stdlib_sorting
8484
!!
8585
!! `SORT_INDEX` is a modification of `ORD_SORT` so that in addition to
8686
!! sorting the input array, it returns the indices that map to a
87-
!! stable sort of the original array. These indices are intended to be
87+
!! stable sort of the original array. These indices are
8888
!! intended to be used to sort data that is correlated with the input
8989
!! array, e.g., different arrays in a database, different columns of a
9090
!! rank 2 array, different elements of a derived type. It is less

0 commit comments

Comments
 (0)