We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8112de commit 9eabd78Copy full SHA for 9eabd78
docs/code-quality/c6276.md
@@ -11,7 +11,7 @@ ms.assetid: 88f288da-da81-4d32-ab0f-be9d01a2606a
11
12
> Cast between semantically different string types: char* to wchar_t\*. Use of invalid string can lead to undefined behavior.
13
14
-This warning indicates a potentially incorrect cast from an narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
+This warning indicates a potentially incorrect cast from a narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
15
16
## Remarks
17
0 commit comments