Skip to content

Commit fd59dc7

Browse files
authored
Adjust wording
1 parent 5ea8e55 commit fd59dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/book/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl MDBook {
294294
}
295295
}
296296
if failed {
297-
bail!("One of more tests failed");
297+
bail!("One or more tests failed");
298298
}
299299
Ok(())
300300
}

0 commit comments

Comments
 (0)