Skip to content
Snippets Groups Projects
Verified Commit e0f6bafa authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: small comment tunes

parent e9510f2d
No related branches found
No related tags found
1 merge request!31System state save
Pipeline #3262 passed
...@@ -602,8 +602,8 @@ impl BeesCore { ...@@ -602,8 +602,8 @@ impl BeesCore {
Ok(()) Ok(())
} }
/// Obtains the BEES (GAme Boy) model string using the /// Obtains the BEES (Game Boy) model string using the
/// provided GameBoy instance. /// provided `GameBoy` instance.
fn bees_model(gb: &GameBoy) -> String { fn bees_model(gb: &GameBoy) -> String {
let mut buffer = [0x00_u8; 4]; let mut buffer = [0x00_u8; 4];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment