From e54e02dc77ae4e412905e168ff11e3017a481127 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 10 Dec 2020 16:01:18 +0100 Subject: [PATCH] Correct underscore-in-number documentation No radix actually allows underscores at the beginning of a literal --- src/asm/rgbasm.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 2cc00f9c..8b622ca8 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -105,7 +105,7 @@ There are a number of numeric formats. .It Gameboy graphics Ta \` Ta 0123 .El .Pp -Underscores are also accepted in numbers, except at the beginning of decimal ones. +Underscores are also accepted in numbers, except at the beginning of one. .Pp The "character constant" form yields the value the character maps to in the current charmap. For example, by default