Skip to content

Commit b3fd606

Browse files
authored
Fix typo in code-comment ('aproximate')
1 parent 8bb5c66 commit b3fd606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/tuple_combinations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern crate itertools;
66
use test::{black_box, Bencher};
77
use itertools::Itertools;
88

9-
// aproximate 100_000 iterations for each combination
9+
// approximate 100_000 iterations for each combination
1010
const N1: usize = 100_000;
1111
const N2: usize = 448;
1212
const N3: usize = 86;

0 commit comments

Comments
 (0)