From fb79ce8e5bab752e5b16f20f7942effb3d2b6d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 4 Mar 2023 18:40:16 +0000 Subject: [PATCH] docs: small spell fix in comment --- src/ppu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppu.rs b/src/ppu.rs index af904c77..651e0626 100644 --- a/src/ppu.rs +++ b/src/ppu.rs @@ -873,7 +873,7 @@ impl Ppu { let mut index_buffer = [-256i16; DISPLAY_WIDTH]; for index in 0..OBJ_COUNT { - // in case the limit on number of object to be draw per + // in case the limit on the number of objects to be draw per // line has been reached breaks the loop avoiding more draws if draw_count == 10 { break; -- GitLab