doc: typo fix

This commit is contained in:
Tshepang Lekhonkhobe 2015-01-19 03:14:36 +02:00
parent dcaeb6aa23
commit fccc2cfb30

View file

@ -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)]