Skip to content

Commit 97ddfcb

Browse files
committed
stop_token: fix inner links
1 parent 128604d commit 97ddfcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

reference/stop_token/inplace_stop_callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace std {
1616
1717
1818
## 適格要件
19-
テンプレート引数`CallbackFn`が[`invocable`](/reference/concepts/invokable.md.nolink)および[`destructible`](/reference/concepts/destructible.md)を満たすこと。
19+
テンプレート引数`CallbackFn`が[`invocable`](/reference/concepts/invocable.md)および[`destructible`](/reference/concepts/destructible.md)を満たすこと。
2020
2121
2222
## メンバ関数

reference/stop_token/stop_callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace std {
1616
1717
1818
## 適格要件
19-
テンプレート引数`CallbackFn`が[`invocable`](/reference/concepts/invokable.md.nolink)および[`destructible`](/reference/concepts/destructible.md)を満たすこと。
19+
テンプレート引数`CallbackFn`が[`invocable`](/reference/concepts/invocable.md)および[`destructible`](/reference/concepts/destructible.md)を満たすこと。
2020
2121
2222
## メンバ関数

0 commit comments

Comments
 (0)