From 8d66b211dcf873c3184df9b874485d185e3236b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 30 Oct 2023 03:03:38 +0000
Subject: [PATCH] chore: tiny tune

---
 src/ppu.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ppu.rs b/src/ppu.rs
index ad6f803c..68e9baf1 100644
--- a/src/ppu.rs
+++ b/src/ppu.rs
@@ -57,7 +57,7 @@ pub const DISPLAY_HEIGHT: usize = 144;
 pub const DISPLAY_SIZE: usize = DISPLAY_WIDTH * DISPLAY_HEIGHT;
 
 /// The size to be used by the buffer of color ids
-/// for the Game Boy screen the values there should
+/// for the Game Boy screen, the values there should
 /// range from 0 to 3.
 pub const COLOR_BUFFER_SIZE: usize = DISPLAY_SIZE;
 
-- 
GitLab