Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 6, 2020
1 parent 5ea8e55 commit fd59dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl MDBook {
}
}
if failed {
bail!("One of more tests failed");
bail!("One or more tests failed");
}
Ok(())
}
Expand Down

0 comments on commit fd59dc7

Please sign in to comment.