Skip to content

Commit b2a5b8c

Browse files
author
mikeblome
committed
metadata fix
1 parent 5c47e13 commit b2a5b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cpp/character-sets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Tokens and character Sets"
2+
title: "Tokens and character sets"
33
ms.date: "12/10/2019"
4-
helpviewer_keywords: ["Tokens (C++), "Character sets", "basic source character set (C++)", "universal character names", "basic execution character set (C++)"]
4+
helpviewer_keywords: ["Tokens (C++)", "Character sets", "basic source character set (C++)", "universal character names", "basic execution character set (C++)"]
55
ms.assetid: 379a2af6-6422-425f-8352-ef0bca6c0d74
66
---
7-
# Tokens and character Sets
7+
# Tokens and character sets
88

99
The text of a C++ program consists of tokens and *white space*. A token is the smallest element of a C++ program that is meaningful to the compiler. The C++ parser recognizes these kinds of tokens:
1010

0 commit comments

Comments
 (0)