We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb1f649 + c01a6fe commit 0ed75e1Copy full SHA for 0ed75e1
src/libtest/stats.rs
@@ -264,8 +264,8 @@ impl Stats for [f64] {
264
local_sort(&mut tmp);
265
let first = 25f64;
266
let a = percentile_of_sorted(&tmp, first);
267
- let secound = 50f64;
268
- let b = percentile_of_sorted(&tmp, secound);
+ let second = 50f64;
+ let b = percentile_of_sorted(&tmp, second);
269
let third = 75f64;
270
let c = percentile_of_sorted(&tmp, third);
271
(a, b, c)
0 commit comments