Skip to content

Commit 9eabd78

Browse files
Updated C6276
an -> a
1 parent e8112de commit 9eabd78

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: char* to wchar_t\*. Use of invalid string can lead to undefined behavior.
1313
14-
This warning indicates a potentially incorrect cast from an 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_t*`) to a wide character string (`wchar_t *`).
1515

1616
## Remarks
1717

0 commit comments

Comments
 (0)