Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Sep 27, 2018
1 parent ed8d8a5 commit 9b1b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn bench_li3() {

let time : f64 = numbers.iter().map(|z| { time(|| { z.li3(); }) }).sum();

println!("Evaluation of Li2 {} times took: {}ms", n, time);
println!("Evaluation of Li3 {} times took: {}ms", n, time);
}


Expand Down

0 comments on commit 9b1b443

Please sign in to comment.