Skip to content

Commit fe38fd6

Browse files
committed
1769497, fixed one more typo.
1 parent 81431a9 commit fe38fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parallel/concrt/how-to-use-parallel-invoke-to-execute-parallel-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Consider the following code example that creates a variable of type `MyDataType`
1616

1717
If the `lengthy_operation1`, `lengthy_operation2`, and `lengthy_operation3` functions do not modify the `MyDataType` variable, these functions can be executed in parallel without additional modifications.
1818

19-
## Example: Run the example in parallel
19+
## Example: Run previous example in parallel
2020

2121
The following example modifies the previous example to run in parallel. The `parallel_invoke` algorithm executes each task in parallel and returns after all tasks are finished.
2222

0 commit comments

Comments
 (0)