From fccc2cfb3094226528013da7540a48ec7d55e023 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 19 Jan 2015 03:14:36 +0200 Subject: [PATCH] doc: typo fix --- src/libtest/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index b9e37156dc7..f9fb767f77e 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -187,7 +187,7 @@ impl fmt::Show for TestFn { /// Manager of the benchmarking runs. /// -/// This is feed into functions marked with `#[bench]` to allow for +/// This is fed into functions marked with `#[bench]` to allow for /// set-up & tear-down before running a piece of code repeatedly via a /// call to `iter`. #[derive(Copy)]