Skip to content

Commit 20a8d5e

Browse files
committed
execution/start: fix defined word
1 parent e4ffb85 commit 20a8d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/execution/execution/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace std::execution {
1919
式`start(op)`は、`op`が右辺値の場合は不適格となる。
2020
そうでなければ、`op.start()`と等価。
2121
22-
`op.start()`が[Operation State](operation_state.md)に関連付けさられた非同期操作を開始しない場合、式`start(op)`は未定義動作となる
22+
`op.start()`が[Operation State](operation_state.md)に関連付けさられた非同期操作を開始しない場合、式`start(op)`の動作は未定義となる
2323
2424
2525
## カスタマイゼーションポイント

0 commit comments

Comments
 (0)