Skip to content

Commit c629ec0

Browse files
committed
execution/run_loop: fix typos
1 parent 7aa4a3a commit c629ec0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/execution/execution/run_loop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ int main()
7575
ex::start(op);
7676
// count=1, state=開始(starting)
7777
78-
// run_loop状態を終了中(finished)へ変更
78+
// run_loop状態を終了中(finishing)へ変更
7979
loop.finish();
80-
// count=1, state=終了中(finished)
80+
// count=1, state=終了中(finishing)
8181
8282
// run_loopキュー上の作業を逐次実行
8383
loop.run();

0 commit comments

Comments
 (0)