Skip to content

Commit 0f6b0f0

Browse files
committed
Updated spelling issue
1 parent 4274188 commit 0f6b0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/how-to-debug-managed-memory-dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ My next job is to find that problematic code.
8282

8383
![Decompilation](../debugger/media/diagnostic-analyzer-decompilation.png)
8484

85-
1. In the decompiled source below it is evident that an asynchronous Task (ConsumeThreadPoolThread) is calling a synchronous blocking function, which our analzer noted we should avoid.
85+
1. In the decompiled source below it is evident that an asynchronous Task (ConsumeThreadPoolThread) is calling a synchronous blocking function, which our analyzer noted we should avoid.
8686

8787
> [!NOTE]
8888
> The "DoSomething()" method that contains a WaitHandle.WaitOne method, which is blocking the current thread pool thread until it receives a signal.

0 commit comments

Comments
 (0)