Skip to content

Commit 8ebe8f6

Browse files
committed
fix typo
1 parent 4b96cdd commit 8ebe8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_sorting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ increasing, or decreasing, value.
211211

212212
##### Syntax
213213

214-
`call [[stdlib_sorting(module):ord_sort(subroutine)]]ord_sort ( array[, work, reverse ] )`
214+
`call [[stdlib_sorting(module):ord_sort(interface)]]( array[, work, reverse ] )`
215215

216216
##### Class
217217

@@ -286,7 +286,7 @@ decreasing, value.
286286

287287
##### Syntax
288288

289-
`call [[stdlib_sorting(module):sort(subroutine)]]sort ( array[, reverse] )`
289+
`call [[stdlib_sorting(module):sort(interface)]]( array[, reverse] )`
290290

291291
##### Class
292292

@@ -349,7 +349,7 @@ sort the input `array` to produce the output `array`.
349349

350350
##### Syntax
351351

352-
`call [[stdlib_sorting(module):sort_index(subroutine)]]sort_index ( array, index[, work, iwork, reverse ] )`
352+
`call [[stdlib_sorting(module):sort_index(interface)]]( array, index[, work, iwork, reverse ] )`
353353

354354
##### Class
355355

0 commit comments

Comments
 (0)