From 1759b1f02ba02b4fb1311dd9cd8efb4e711f3726 Mon Sep 17 00:00:00 2001 From: MrKOSMOS Date: Sat, 15 Nov 2025 00:38:22 +0000 Subject: [PATCH] Update hex.bas Grammar and description fix --- src/lib/arch/zx48k/stdlib/hex.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/arch/zx48k/stdlib/hex.bas b/src/lib/arch/zx48k/stdlib/hex.bas index be29fea23..a92f4f175 100644 --- a/src/lib/arch/zx48k/stdlib/hex.bas +++ b/src/lib/arch/zx48k/stdlib/hex.bas @@ -21,10 +21,10 @@ REM Avoid recursive / multiple inclusion ' function HEX ' ' Parameters: -' num : 32 bit unsigned integer numbre +' num : 32 bit unsigned integer number ' ' Returns: -' 4 chars str containing the HEX string representation +' 8 chars str containing the HEX string representation ' ---------------------------------------------------------------- function FASTCALL hex(num as ULong) as String asm