Skip to content

Commit 5865bd7

Browse files
TylerMSFTTylerMSFT
authored andcommitted
acrolinx
1 parent 55193b9 commit 5865bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/char-wchar-t-char16-t-char32-t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 04/23/2021
55
---
66
# char, wchar_t, char8_t, char16_t, char32_t
77

8-
The types **`char`**, **`wchar_t`**, **`char8_t`**, **`char16_t`**, and **`char32_t`** are built-in types that represent alphanumeric characters, non-alphanumeric glyphs, and non-printing characters.
8+
The types **`char`**, **`wchar_t`**, **`char8_t`**, **`char16_t`**, and **`char32_t`** are built-in types that represent alphanumeric characters, nonalphanumeric glyphs, and nonprinting characters.
99

1010
## Syntax
1111

0 commit comments

Comments
 (0)