Skip to content

Commit 0be3505

Browse files
committed
update specs links and title
1 parent 1730985 commit 0be3505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/specs/stdlib_selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ end of this document shows that is the case.
131131
end program demo_select
132132
```
133133

134-
## `arg_select` - find the k-th smallest value in an input array
134+
## `arg_select` - find the index of the k-th smallest value in an input array
135135

136136
### Status
137137

src/stdlib_selection.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public select, arg_select
2222

2323
interface select
2424
!! version: experimental
25-
!! ([Specification](..//page/specs/stdlib_selection.html#description))
25+
!! ([Specification](..//page/specs/stdlib_selection.html#select-find-the-k-th-smallest-value-in-an-input-array))
2626

2727
#:for arraykind, arraytype in ARRAY_KINDS_TYPES
2828
#:for intkind, inttype in INT_KINDS_TYPES
@@ -34,7 +34,7 @@ end interface
3434

3535
interface arg_select
3636
!! version: experimental
37-
!! ([Specification](..//page/specs/stdlib_selection.html#description_1))
37+
!! ([Specification](..//page/specs/stdlib_selection.html#arg_select-find-the-index-of-the-k-th-smallest-value-in-an-input-array))
3838
#:for arraykind, arraytype in ARRAY_KINDS_TYPES
3939
#:for intkind, inttype in INT_KINDS_TYPES
4040
#:set name = rname("arg_select", 1, arraytype, arraykind, intkind)

0 commit comments

Comments
 (0)