Skip to content

Commit c01a295

Browse files
committed
Fix typo: exeception -> exception
1 parent 52b2a73 commit c01a295

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)