Adjust wording

This commit is contained in:
Eric Huss 2020-09-06 09:11:53 -07:00 committed by GitHub
parent 5ea8e55aea
commit fd59dc73e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ impl MDBook {
}
}
if failed {
bail!("One of more tests failed");
bail!("One or more tests failed");
}
Ok(())
}