Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 4bc0a69

Browse files
author
Alexander Regueiro
committed
libs: doc comments
1 parent c78162b commit 4bc0a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pub fn test_main_static(tests: &[&TestDescAndFn]) {
328328
}
329329

330330
/// Invoked when unit tests terminate. Should panic if the unit
331-
/// test is considered a failure. By default, invokes `report()`
331+
/// Tests is considered a failure. By default, invokes `report()`
332332
/// and checks for a `0` result.
333333
pub fn assert_test_result<T: Termination>(result: T) {
334334
let code = result.report();

0 commit comments

Comments
 (0)