Skip to content

Commit 8ac9b63

Browse files
Updated C6276
char_t -> char
1 parent 1998af4 commit 8ac9b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6276.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 88f288da-da81-4d32-ab0f-be9d01a2606a
1111

1212
> Cast between semantically different string types. Use of an invalid string can lead to undefined behavior.
1313
14-
This warning indicates a potentially incorrect cast from a narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
14+
This warning indicates a potentially incorrect cast from a narrow character string (`char*`) to a wide character string (`wchar_t*`).
1515

1616
## Remarks
1717

0 commit comments

Comments
 (0)