Skip to content

Commit 3b11c22

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#3525 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 97adff9 + 9f7d95f commit 3b11c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/parallel/concrt/codesnippet/CPP/exception-handling-in-the-concurrency-runtime_3.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int wmain()
4343

4444
}).then([](task<int> previousTask)
4545
{
46-
// This continuation is run because it is value-based.
46+
// This continuation is run because it is task-based.
4747
try
4848
{
4949
// The call to task::get rethrows the exception.
@@ -61,4 +61,4 @@ int wmain()
6161
In second task. n = 2
6262
In third task. n = 4
6363
In final task. result = <exception>
64-
*/
64+
*/

0 commit comments

Comments
 (0)