builtin: fix typo (#8747)
parent
6a21b8cc8b
commit
486bf8517f
|
@ -600,7 +600,7 @@ fn compare_floats_reverse(a &f64, b &f64) int {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// sort sorts array of int in place in ascending order.
|
// sort sorts an array of int in place in ascending order.
|
||||||
pub fn (mut a []int) sort() {
|
pub fn (mut a []int) sort() {
|
||||||
a.sort_with_compare(compare_ints)
|
a.sort_with_compare(compare_ints)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue