chore: clean up comments and remove spelling errors

This commit is contained in:
2021-03-01 21:28:12 -06:00
parent 5cf660666a
commit e4dfea45c5
3 changed files with 2 additions and 4 deletions

View File

@@ -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)]