From b62238f1b01c69bb10bae8873df9903b3c54bd72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sat, 10 Feb 2024 00:59:45 +0000 Subject: [PATCH] chore: small comment fix --- src/cheats/shark.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cheats/shark.rs b/src/cheats/shark.rs index 5d19a2c7..39d4c790 100644 --- a/src/cheats/shark.rs +++ b/src/cheats/shark.rs @@ -66,7 +66,7 @@ impl GameShark { let mut writes = vec![]; for code in self.codes.values() { // calculates the real RAM address using both - // he base RAM address the RAM bank offset + // the base RAM address and the RAM bank offset let (base_addr, addr) = if code.addr <= 0xc000 { ( 0xa000, -- GitLab