Skip to content

Commit fe89499

Browse files
bors[bot]dholbert
andcommitted
Merge #306
306: Fix typo in code-comment ('aproximate') r=bluss a=dholbert The word "aproximate" is misspelled here -- it needs a double "p". Co-authored-by: Daniel Holbert <[email protected]>
2 parents 6e7d5d7 + b3fd606 commit fe89499

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)