diff --git a/src/state.rs b/src/state.rs index 9e2f968e4673c42fe77d4f7fb634bbc1ff054e44..18ff65b22215a83089b7cf0d36359deeb7b9f848 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];