Skip to content

Commit 68fef1a

Browse files
authored
Add backticks in _DEBUG macro reference
1 parent fea358f commit 68fef1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/c-runtime-library/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: a9901568-4846-4731-a404-399d947e2e7a
77
---
88
# `_DEBUG`
99

10-
The compiler defines `_DEBUG` when you specify the /MTd, /MDd, or /LDd option. These options specify debug versions of the C run-time library.
10+
The compiler defines `_DEBUG` when you specify the `/MTd`, `/MDd`, or `/LDd` option. These options specify debug versions of the C run-time library.
1111

1212
For more information, see [CRT debugging techniques](./crt-debugging-techniques.md).
1313

0 commit comments

Comments
 (0)