Browse Source

Explicit 'one or more' for digits in non-decimal integers. (#2936)

Jon Ross-Perkins 2 years ago
parent
commit
2e7ce09c34
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/design/lexical_conventions/numeric_literals.md

+ 2 - 2
docs/design/lexical_conventions/numeric_literals.md

@@ -49,8 +49,8 @@ Decimal integers are written as a non-zero decimal digit followed by zero or
 more additional decimal digits, or as a single `0`.
 
 Integers in other bases are written as a `0` followed by a base specifier
-character, followed by a sequence of digits in the corresponding base. The
-available base specifiers and corresponding bases are:
+character, followed by a sequence of one or more digits in the corresponding
+base. The available base specifiers and corresponding bases are:
 
 | Base specifier | Base | Digits                   |
 | -------------- | ---- | ------------------------ |