Skip to content

Commit 1759b1f

Browse files
authored
Update hex.bas
Grammar and description fix
1 parent 40cfd9b commit 1759b1f

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)