Skip to content

Commit e88658a

Browse files
authored
Replace 'spacing' with 'whitespace' (from @uki-nz)
1 parent fc45319 commit e88658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Finally, you must close the declaration with `end_struct`. This is required to p
3030

3131
Example of correct usage:
3232
```
33-
; Please ensure you put spacing before the macro names, otherwise RGBDS will try to re-define them and error out
33+
; Please ensure you put whitespace before the macro names, otherwise RGBDS will try to re-define them and error out
3434
struct NPC
3535
words 1, YPos ; 2 bytes
3636
words 1, XPos ; 2 bytes

0 commit comments

Comments
 (0)