From bfd9be639c0d15c73138213066e715a094e8ad10 Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Wed, 28 Apr 2021 17:10:07 +1000 Subject: [PATCH] Fix unbalanced bold for /clr option --- docs/build/reference/openmp-enable-openmp-2-0-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/openmp-enable-openmp-2-0-support.md b/docs/build/reference/openmp-enable-openmp-2-0-support.md index 59255ae196e..ff5180cc2c1 100644 --- a/docs/build/reference/openmp-enable-openmp-2-0-support.md +++ b/docs/build/reference/openmp-enable-openmp-2-0-support.md @@ -41,7 +41,7 @@ Currently, the **`/openmp:llvm`** option only works on the x64 architecture. The Applications compiled by using both **`/openmp`** and **`/clr`** can only be run in a single application domain process. Multiple application domains aren't supported. That is, when the module constructor (`.cctor`) is run, it detects if the process is compiled using **`/openmp`**, and if the app is loaded into a non-default runtime. For more information, see [`appdomain`](../../cpp/appdomain.md), [`/clr` (Common Language Runtime Compilation)](clr-common-language-runtime-compilation.md), and [Initialization of Mixed Assemblies](../../dotnet/initialization-of-mixed-assemblies.md). -If you attempt to load an app compiled using both **`/openmp`** and **`/clr*`* into a non-default application domain, a exception is thrown outside the debugger, and a `OpenMPWithMultipleAppdomainsException` exception is thrown in the debugger. +If you attempt to load an app compiled using both **`/openmp`** and **`/clr*`** into a non-default application domain, a exception is thrown outside the debugger, and a `OpenMPWithMultipleAppdomainsException` exception is thrown in the debugger. These exceptions can also be raised in the following situations: