chore: clean up comments and remove spelling errors
This commit is contained in:
@@ -58,7 +58,7 @@ impl GameFile {
|
||||
#[derive(Error, Debug)]
|
||||
pub enum GameFileError {
|
||||
#[error(transparent)]
|
||||
IOError(#[from] std::io::Error),
|
||||
IoError(#[from] std::io::Error),
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
|
||||
Reference in New Issue
Block a user