mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: fix typo in builtin/array.v (#8658)
This commit is contained in:
parent
6de78ecb59
commit
0f92485698
@ -684,7 +684,7 @@ pub fn (a1 []string) eq(a2 []string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// compare_i64 for []f64 sort_with_compare()
|
||||
// compare_i64 for []i64 sort_with_compare()
|
||||
// sort []i64 with quicksort
|
||||
// usage :
|
||||
// mut x := [i64(100),10,70,28,92]
|
||||
|
Loading…
Reference in New Issue
Block a user