Skip to content

Commit 50b973d

Browse files
committed
fix typo in cheatsheet
1 parent 969276b commit 50b973d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ WaitUntilVerticalBlankEnd:
388388

389389
## HUD
390390

391-
Heads Up Displays, or HUDs; are commonly used to prevent extra information to the player. Good examples are: Score, Health, and the current level. The window layer is drawn on top of the background, and cannot move like the background. For this reason, commonly the window layer is used for HUDs. See ["How to Draw on the Background/Window"](#how-to-draw-on-the-backgroundwindow).
391+
Heads Up Displays, or HUDs; are commonly used to present extra information to the player. Good examples are: Score, Health, and the current level. The window layer is drawn on top of the background, and cannot move like the background. For this reason, commonly the window layer is used for HUDs. See ["How to Draw on the Background/Window"](#how-to-draw-on-the-backgroundwindow).
392392

393393
### Draw text
394394

0 commit comments

Comments
 (0)