Skip to content

Commit b38e8f5

Browse files
Merge pull request #5985 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 1b69bc2 + dc8b76c commit b38e8f5

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)