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 <aleksei.fedotov@intel.com>
  • Loading branch information
vossmjp and aleksei-fedotov committed Dec 4, 2024
1 parent 19ac8d8 commit ff7e366
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 ff7e366

Please sign in to comment.