diff --git a/src/ppu.rs b/src/ppu.rs index ad6f803c4ce69633c85b0544d42fc01f52d4090b..68e9baf165b78548f678b44784b22f2f399b2b75 100644 --- a/src/ppu.rs +++ b/src/ppu.rs @@ -57,7 +57,7 @@ pub const DISPLAY_HEIGHT: usize = 144; pub const DISPLAY_SIZE: usize = DISPLAY_WIDTH * DISPLAY_HEIGHT; /// The size to be used by the buffer of color ids -/// for the Game Boy screen the values there should +/// for the Game Boy screen, the values there should /// range from 0 to 3. pub const COLOR_BUFFER_SIZE: usize = DISPLAY_SIZE;