Skip to content

Commit e0f68ed

Browse files
committed
add link in stdlib_stats.md
1 parent 2ca833a commit e0f68ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_stats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ and if `n` is an odd number, the median is:
202202
median(array) = mean( array_sorted( floor( (n + 1) / 2.):floor( (n + 1) / 2.) + 1 ) )
203203
```
204204

205-
The array is sorted using the subroutine `ord_sort` provided by the `stdlib_sorting`
206-
module.
205+
The array is sorted using the subroutine `[[stdlib_sorting(module):ord_sort(interface)]]`
206+
provided by the `[[stdlib_sorting(module)]]` module.
207207

208208
### Syntax
209209

0 commit comments

Comments
 (0)