Fix the last few instances of "chumpulator"

This commit is contained in:
John 2023-03-29 12:29:07 -05:00
parent ce0dc954d0
commit b7c3e3113d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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::*;