Skip to content

Commit 4f4b793

Browse files
authored
Missing 9 for hexadecimal-digit
1 parent b77bfd3 commit 4f4b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/lexical-grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
114114
 **`0`** **`1`** **`2`** **`3`** **`4`** **`5`** **`6`** **`7`**
115115

116116
*`hexadecimal-digit`*: one of\
117-
 **`0`** **`1`** **`2`** **`3`** **`4`** **`5`** **`6`** **`7`** **`8`**\
117+
 **`0`** **`1`** **`2`** **`3`** **`4`** **`5`** **`6`** **`7`** **`8`** **`9`**\
118118
 **`a`** **`b`** **`c`** **`d`** **`e`** **`f`**\
119119
 **`A`** **`B`** **`C`** **`D`** **`E`** **`F`**
120120

0 commit comments

Comments
 (0)