Skip to content

Commit 457000c

Browse files
committed
PR feedback
1 parent b2f2621 commit 457000c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/code-quality/c6030.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ helpviewer_keywords: ["C6030"]
1212
1313
## Remarks
1414

15-
This warning suggests using the C++11 standard attribute `[[noreturn]]` in place of the declspec variant `__declspec(noreturn)`. The standard attribute provides better cross platform support because it doesn't rely on language extensions.
15+
This warning suggests using the C++11 standard attribute `[[noreturn]]` in place of the declspec variant `__declspec(noreturn)`. The standard attribute provides better cross-platform support because it doesn't rely on language extensions.
1616

17-
This warning helps with code modernization. It's off by default and isn't part of the `All Rules` rule set. To enable this warning, it must be added to the rule set file being used.
17+
This warning is off by default and isn't part of the `All Rules` rule set. To enable this warning, it must be added to the rule set file being used.
1818

1919
This check is available in Visual Studio 2022 version 17.0 and later versions.
20-
Code analysis name: USE_ATTRIBUTE_NORETURN
20+
Code analysis name: `USE_ATTRIBUTE_NORETURN`
2121

2222
## Example
2323

0 commit comments

Comments
 (0)