Skip to content

Commit dc8b76c

Browse files
authored
Merge pull request #5984 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 5efa224 + 7f25753 commit dc8b76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int wmain()
1818
{
1919
parallel_for(-5, 20, [min,max](int i)
2020
{
21-
// Throw an exeception if the input value is less than the
21+
// Throw an exception if the input value is less than the
2222
// minimum or greater than the maximum.
2323

2424
// Otherwise, print the value to the console.

0 commit comments

Comments
 (0)