diff --git a/Learn-by-Examples.md b/Learn-by-Examples.md index 54c6f7d..2aa7277 100644 --- a/Learn-by-Examples.md +++ b/Learn-by-Examples.md @@ -79,7 +79,7 @@ HOLO_DISPLAY_COLOR EQU 4 BRK ; halt execution until next tick ``` ```assembly -; Count from 42. Even numbers are displayed in blue and odd numbers, in red +; Count from 42. Even numbers are displayed in blue and odd numbers in red HWID_HOLO EQU 0x9 ; setup constants HOLO_DISPLAY_DEC EQU 3