Fix the last few instances of "chumpulator"
This commit is contained in:
parent
ce0dc954d0
commit
b7c3e3113d
@ -1,7 +1,7 @@
|
||||
// (c) 2023 John A. Breaux
|
||||
// This code is licensed under MIT license (see LICENSE.txt for details)
|
||||
|
||||
//! Error type for chumpulator
|
||||
//! Error type for Chirp
|
||||
|
||||
use thiserror::Error;
|
||||
|
||||
|
@ -19,7 +19,7 @@ pub struct Chip8 {
|
||||
pub bus: bus::Bus,
|
||||
}
|
||||
|
||||
/// Common imports for chumpulator
|
||||
/// Common imports for Chirp
|
||||
pub mod prelude {
|
||||
pub use super::Chip8;
|
||||
use super::*;
|
||||
|
Loading…
Reference in New Issue
Block a user