builtin: fix typo in builtin/array.v (#8658)

pull/8664/head
Bobitsmagic 2021-02-09 16:04:47 +01:00 committed by GitHub
parent 6de78ecb59
commit 0f92485698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]