Skip to content

Commit 27b6714

Browse files
typo(stop_token): 可能どうか -> 可能かどうか
1 parent 21fb738 commit 27b6714

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

reference/stop_token/inplace_stop_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace std {
3131
3232
| 名前 | 説明 | 対応バージョン |
3333
|------|------|-------|
34-
| [`stop_possible`](inplace_stop_source/stop_possible.md) | 停止要求を作成可能どうかを取得する | C++26 |
34+
| [`stop_possible`](inplace_stop_source/stop_possible.md) | 停止要求を作成可能かどうかを取得する | C++26 |
3535
3636
3737
## 例

reference/stop_token/stop_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace std {
2525
| [`operator=`](stop_source/op_assign.md) | 代入演算子 | C++20 |
2626
| [`swap`](stop_source/swap.md) | 別の`stop_source`と交換する | C++20 |
2727
| [`get_token`](stop_source/get_token.md) | 自身と停止状態を共有する[`stop_token`](stop_token.md)を返す | C++20 |
28-
| [`stop_possible`](stop_source/stop_possible.md) | 停止要求を作成可能どうかを取得する | C++20 |
28+
| [`stop_possible`](stop_source/stop_possible.md) | 停止要求を作成可能かどうかを取得する | C++20 |
2929
| [`stop_requested`](stop_source/stop_requested.md)| 停止要求を作成したかどうかを取得する | C++20 |
3030
| [`request_stop`](stop_source/request_stop.md) | 停止要求を作成する | C++20 |
3131

0 commit comments

Comments
 (0)