Skip to content

Commit d894c5c

Browse files
authored
Fix syntax of hexadecimal-digits in chapter-02.md (#12936)
`hexadecimal-digit decimal-digits` -> `hexadecimal-digit **hexa**decimal-digits`
1 parent 208c4ea commit d894c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/lang-spec/chapter-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ hexadecimal-integer-literal:
644644
645645
hexadecimal-digits:
646646
hexadecimal-digit
647-
hexadecimal-digit decimal-digits
647+
hexadecimal-digit hexadecimal-digits
648648
649649
hexadecimal-digit: one of
650650
0 1 2 3 4 5 6 7 8 9 a b c d e f

0 commit comments

Comments
 (0)