diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-01-19 03:14:36 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-01-19 03:14:36 +0200 |
| commit | fccc2cfb3094226528013da7540a48ec7d55e023 (patch) | |
| tree | b0e1e185e1e300aacfb8182121f08500263c2da2 | |
| parent | dcaeb6aa23ecba2dc2af870668a9239136d20fa3 (diff) | |
| download | rust-fccc2cfb3094226528013da7540a48ec7d55e023.tar.gz rust-fccc2cfb3094226528013da7540a48ec7d55e023.zip | |
doc: typo fix
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |
