Skip to content

Commit 1f76fa0

Browse files
authored
C54300: Missing \ in order to create a bolded \* section
Hello, @Mikejo5000, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 15f7190 commit 1f76fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/managing-exceptions-with-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To add conditional exceptions:
210210

211211
![Extra conditions for an exception](../debugger/media/extraconditionsforanexception.png "ExtraConditionsForAnException")
212212

213-
3. For each condition line, type the name of the module, and change the comparison operator list to **Equals** or **Not Equals**. You may specify wildcards (**\\***) in the name to specify more than one module.
213+
3. For each condition line, type the name of the module, and change the comparison operator list to **Equals** or **Not Equals**. You may specify wildcards (**\\\***) in the name to specify more than one module.
214214

215215
4. If you need to delete a condition, choose the **X** at the end of the condition line.
216216

0 commit comments

Comments
 (0)