Skip to content

Commit b2f2621

Browse files
committed
Acrolinx fixes
1 parent d45e2d5 commit b2f2621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/c6030.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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 does not 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 is off by default and is not 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 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.
1818

1919
This check is available in Visual Studio 2022 version 17.0 and later versions.
2020
Code analysis name: USE_ATTRIBUTE_NORETURN

0 commit comments

Comments
 (0)