Skip to content

Commit adc7afd

Browse files
committed
Rollup merge of rust-lang#21380 - tshepang:patch-3, r=steveklabnik
2 parents 0225f9a + fccc2cf commit adc7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl fmt::Show for TestFn {
187187

188188
/// Manager of the benchmarking runs.
189189
///
190-
/// This is feed into functions marked with `#[bench]` to allow for
190+
/// This is fed into functions marked with `#[bench]` to allow for
191191
/// set-up & tear-down before running a piece of code repeatedly via a
192192
/// call to `iter`.
193193
#[derive(Copy)]

0 commit comments

Comments
 (0)