Skip to content

Commit dcb23b4

Browse files
MrKOSMOSboriel
authored andcommitted
Update hex.md
Incorporate corrections from Boriel
1 parent c964a67 commit dcb23b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library/hex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
```basic
77
A$ = hex(n32)
8-
B$ = hex(n16)
9-
C$ = hex(n8)
8+
B$ = hex16(n16)
9+
C$ = hex8(n8)
1010
```
1111
Where `n32` is a 32-bit ULONG, `n16` is a 16-bit UINTEGER and `n8` is an 8-bit UBYTE.
1212

0 commit comments

Comments
 (0)