From e90c8192062e0e97871da505757c2c571265df31 Mon Sep 17 00:00:00 2001 From: Anyplace7803 Date: Wed, 8 Apr 2026 15:29:57 +0000 Subject: [PATCH] Fix syntax of hexadecimal-digits in chapter-02.md `hexadecimal-digit decimal-digits` -> `hexadecimal-digit **hexa**decimal-digits` --- reference/docs-conceptual/lang-spec/chapter-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/lang-spec/chapter-02.md b/reference/docs-conceptual/lang-spec/chapter-02.md index 573316031592..ae07fc8c7113 100644 --- a/reference/docs-conceptual/lang-spec/chapter-02.md +++ b/reference/docs-conceptual/lang-spec/chapter-02.md @@ -644,7 +644,7 @@ hexadecimal-integer-literal: hexadecimal-digits: hexadecimal-digit - hexadecimal-digit decimal-digits + hexadecimal-digit hexadecimal-digits hexadecimal-digit: one of 0 1 2 3 4 5 6 7 8 9 a b c d e f