Update STYLE.md

Co-authored-by: Tobias V. Langhoff <tobias@langhoff.no>
This commit is contained in:
Pierre de La Morinerie 2023-03-15 19:33:19 +01:00
parent bb045bdcd1
commit 3a3ad1f1d1

View File

@ -21,7 +21,7 @@ When you come across an edge case that isn't referenced in this guide, please ad
; Comments should go above the code they're describing, not below, and be aligned with the code.
; Routines are commented with unindented comments
SomeFunction::
SomeRoutine::
; Code is commented with an indentation
ld a, [hl]
add b