Fixed formatting typo (#14452)
authorWolfgang Ziegler <wziegler@live.at>
Thu, 12 Oct 2017 17:11:38 +0000 (19:11 +0200)
committerJan Kotas <jkotas@microsoft.com>
Thu, 12 Oct 2017 17:11:38 +0000 (10:11 -0700)
Documentation/botr/profiling.md

index 1ff3c3d..0d6cc03 100644 (file)
@@ -216,7 +216,7 @@ In addition, the following callbacks may or may not allow the Profiler to block.
 
 - JITCompilationStarted, JITCompilationFinished
 
-Note that if the Profiler _does _block, it will delay garbage collection.  This is harmless, as long as the Profiler code itself does not attempt to allocate space in the managed heap, which could induce deadlock.
+Note that if the Profiler _doesblock, it will delay garbage collection.  This is harmless, as long as the Profiler code itself does not attempt to allocate space in the managed heap, which could induce deadlock.
 
 Using COM
 ---------