From 13cd8d52b431be4cc35aac76ec7a922f1a62adc2 Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Thu, 12 Oct 2017 19:11:38 +0200 Subject: [PATCH] Fixed formatting typo (#14452) --- Documentation/botr/profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/botr/profiling.md b/Documentation/botr/profiling.md index 1ff3c3d..0d6cc03 100644 --- a/Documentation/botr/profiling.md +++ b/Documentation/botr/profiling.md @@ -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 _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. Using COM --------- -- 2.7.4