mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Fix typo
'arugment' => 'argument'
This commit is contained in:
@@ -1081,7 +1081,7 @@ The example below includes 256 bytes from data.bin, starting from byte 78.
|
|||||||
INCBIN "data.bin",78,256
|
INCBIN "data.bin",78,256
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The length arugment is optional. If only the start position is specified, the bytes from the start position until the end of the file will be included.
|
The length argument is optional. If only the start position is specified, the bytes from the start position until the end of the file will be included.
|
||||||
.Ss Unions
|
.Ss Unions
|
||||||
.Pp
|
.Pp
|
||||||
Unions allow multiple memory allocations to overlap, like unions in C.
|
Unions allow multiple memory allocations to overlap, like unions in C.
|
||||||
|
|||||||
Reference in New Issue
Block a user