From e0f6bafa84789c52ff3b289c10a6e48914ce779b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 8 Aug 2023 17:38:50 +0100
Subject: [PATCH] docs: small comment tunes

---
 src/state.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/state.rs b/src/state.rs
index 9e2f968e..18ff65b2 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -602,8 +602,8 @@ impl BeesCore {
         Ok(())
     }
 
-    /// Obtains the BEES (GAme Boy) model string using the
-    /// provided GameBoy instance.
+    /// Obtains the BEES (Game Boy) model string using the
+    /// provided `GameBoy` instance.
     fn bees_model(gb: &GameBoy) -> String {
         let mut buffer = [0x00_u8; 4];
 
-- 
GitLab