From 99ed06eb8864e704c4a1871ccda4648273bee4ef Mon Sep 17 00:00:00 2001 From: Alexander Regueiro Date: Sat, 9 Feb 2019 22:16:58 +0000 Subject: libs: doc comments --- src/libtest/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtest') diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index ae046f6d614..e753a74b925 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -328,7 +328,7 @@ pub fn test_main_static(tests: &[&TestDescAndFn]) { } /// Invoked when unit tests terminate. Should panic if the unit -/// test is considered a failure. By default, invokes `report()` +/// Tests is considered a failure. By default, invokes `report()` /// and checks for a `0` result. pub fn assert_test_result(result: T) { let code = result.report(); -- cgit 1.4.1-3-g733a5