Skip to content

Commit

Permalink
Update rfcs/proposed/task_group_dynamic_dependencies/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Fedotov <[email protected]>
  • Loading branch information
vossmjp and aleksei-fedotov authored Dec 4, 2024
1 parent 0059c83 commit 579bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/proposed/task_group_dynamic_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ representing a task in the created state is undefined behavior.

#### void task_handle::add_predecessor(task_handle& th);

Adds `th` as a predecessor that must complete before the task represnted by
Adds `th` as a predecessor that must complete before the task represented by
`*this` can start executing.

#### void task_handle::add_successor(task_handle& th);
Expand Down

0 comments on commit 579bcd8

Please sign in to comment.