Skip to content

Commit 1065d14

Browse files
committed
Clarify introduction in article on debugging a deadlock
1 parent 4f8fa28 commit 1065d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/how-to-use-the-threads-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ monikerRange: '>= vs-2022'
2323

2424
This tutorial shows how to use the **Threads** view of **Parallel Stacks** windows to debug a multithreaded application. This window helps you understand and verify the run-time behavior of multithreaded code.
2525

26-
The Threads view is supported for C#, C++, and Visual Basic. Sample code is provided for C# and C++, but some of the content and illustrations apply only to the C# sample code.principles.
26+
The Threads view is supported for C#, C++, and Visual Basic. Sample code is provided for C# and C++, but some of the code references and illustrations apply only to the C# sample code.
2727

2828
The Threads view helps you to:
2929

0 commit comments

Comments
 (0)