Skip to content

Commit

Permalink
Punctuation pedantry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkline committed Jun 29, 2021
1 parent 8b9ed9a commit cc2634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch-bms-novhs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ fn find_bms_version(map: &[u8]) -> Result<BmsExeVersion> {

ensure!(
map.len() == expected_exe_size,
"EXE isn't the right size - are you sure this is BMS version {}",
"EXE isn't the right size - are you sure this is BMS version {}?",
vs
);
Ok(version)
Expand Down

0 comments on commit cc2634d

Please sign in to comment.