Skip to content

Commit 0ed75e1

Browse files
committed
Auto merge of #40121 - king6cong:fix-typo, r=apasel422
fix typo
2 parents cb1f649 + c01a6fe commit 0ed75e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libtest/stats.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ impl Stats for [f64] {
264264
local_sort(&mut tmp);
265265
let first = 25f64;
266266
let a = percentile_of_sorted(&tmp, first);
267-
let secound = 50f64;
268-
let b = percentile_of_sorted(&tmp, secound);
267+
let second = 50f64;
268+
let b = percentile_of_sorted(&tmp, second);
269269
let third = 75f64;
270270
let c = percentile_of_sorted(&tmp, third);
271271
(a, b, c)

0 commit comments

Comments
 (0)