Skip to content

Commit 28c1e60

Browse files
authored
Merge pull request #5 from MrKOSMOS/patch-1
Update hex.bas
2 parents 40cfd9b + 1759b1f commit 28c1e60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/arch/zx48k/stdlib/hex.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ REM Avoid recursive / multiple inclusion
2121
' function HEX
2222
'
2323
' Parameters:
24-
' num : 32 bit unsigned integer numbre
24+
' num : 32 bit unsigned integer number
2525
'
2626
' Returns:
27-
' 4 chars str containing the HEX string representation
27+
' 8 chars str containing the HEX string representation
2828
' ----------------------------------------------------------------
2929
function FASTCALL hex(num as ULong) as String
3030
asm

0 commit comments

Comments
 (0)