Skip to content

Commit 4e673b3

Browse files
committed
execution::spawn_future : Typo、リンクを修正
1 parent 97c5f4b commit 4e673b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/execution/execution/spawn_future.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ namespace std::execution {
141141
* exception_ptr[link /reference/exception/exception_ptr.md]
142142
* current_exception()[link /reference/exception/current_exception.md]
143143

144-
`ssource-t`[`stoppabe-source`](/reference/stop_token/stoppable-source.md)のモデルである未規定の型、`ssource`を型`ssource-t`の左辺値とする。
144+
`ssource-t`[`stoppable-source`](/reference/stop_token/stoppable-source.md)のモデルである未規定の型、`ssource`を型`ssource-t`の左辺値とする。
145145
`stoken-t``decltype(ssource.get_token())`とする。
146146

147147
### エイリアステンプレート `future-spawned-sender`
@@ -199,7 +199,7 @@ namespace std::execution {
199199
};
200200
}
201201
```
202-
* scope_token[link /reference/stop_token/stop_token.md]
202+
* scope_token[link scope_token.md]
203203
* sender[link sender.md]
204204
* completion_signatures_of_t[link completion_signatures_of_t.md]
205205
* receiver[link receiver.md]

0 commit comments

Comments
 (0)