From 40b6d6256f549e81a2694b4ce168788dda1b9899 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 6 Nov 2022 21:09:39 +0000
Subject: [PATCH] docs: small comment update

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

diff --git a/src/rom.rs b/src/rom.rs
index ed2860fa..9adc54c9 100644
--- a/src/rom.rs
+++ b/src/rom.rs
@@ -436,7 +436,7 @@ pub static NO_MBC: Mbc = Mbc {
         match addr {
             // ignores this address as Tetris and some other games write
             // to this address for some reason (probably related to
-            // any kind of MBC1 compatibility issue)
+            // some kind of MBC1 compatibility issue)
             0x2000 => (),
             _ => panic!("Writing to unknown Cartridge ROM location 0x{:04x}", addr),
         };
-- 
GitLab