diff options
| author | Barosl LEE <github@barosl.com> | 2015-01-21 02:16:51 +0900 |
|---|---|---|
| committer | Barosl LEE <github@barosl.com> | 2015-01-21 02:16:51 +0900 |
| commit | adc7afd69afe1b9af4c73f2b6a373c1e6bd41e02 (patch) | |
| tree | d6e4192569668a5f4dedd64f2824b1d7c3dbef26 | |
| parent | 0225f9a38079b856fb2182210567a32a126ff21b (diff) | |
| parent | fccc2cfb3094226528013da7540a48ec7d55e023 (diff) | |
| download | rust-adc7afd69afe1b9af4c73f2b6a373c1e6bd41e02.tar.gz rust-adc7afd69afe1b9af4c73f2b6a373c1e6bd41e02.zip | |
Rollup merge of #21380 - tshepang:patch-3, r=steveklabnik
| -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)] |
