We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ffb85 commit 20a8d5eCopy full SHA for 20a8d5e
1 file changed
reference/execution/execution/start.md
@@ -19,7 +19,7 @@ namespace std::execution {
19
式`start(op)`は、`op`が右辺値の場合は不適格となる。
20
そうでなければ、`op.start()`と等価。
21
22
-`op.start()`が[Operation State](operation_state.md)に関連付けさられた非同期操作を開始しない場合、式`start(op)`は未定義動作となる。
+`op.start()`が[Operation State](operation_state.md)に関連付けさられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる。
23
24
25
## カスタマイゼーションポイント
0 commit comments