Skip to content

Commit 9a5c887

Browse files
committed
Better documented changes to doc/specs/stdlib_sorting.md
I got confused and in my commit of stdlib_sorting.md thought I was committing stdlib_sorting.fypp. The commit to stdlib_sorting.md actualy documented the changes in the output of test_sorting.f90, i.e., the reduction in the size of the arrays being sorted, so the runtime of test_sorting.f90 would be less than 1 second. [ticket: X]
1 parent 179c711 commit 9a5c887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_sorting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ integer arrays each of size `2**16`:
493493
replaced by random values.
494494

495495
On three different default character arrays, each of length 4 and of
496-
size `20**4, with characters drawn from the set a-p:
496+
size `20**4, with characters drawn from the set "a"-"p":
497497

498498
* Char. Decreasing - values decrease uniformly from `"pppp"` to
499499
`"aaaa"`.
@@ -503,7 +503,7 @@ size `20**4, with characters drawn from the set a-p:
503503
random order.
504504

505505
On three different `string_type` arrays, each of length 4 elements and
506-
of size `16**3`, with characters drawn from the set a-p:
506+
of size `16**3`, with characters drawn from the set "a"-"p":
507507

508508
* String Decreasing - values decrease uniformly from `"ppp"` to
509509
`"aaa"`.

0 commit comments

Comments
 (0)