mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 06:38:20 +00:00
Merge pull request #6296 from Faker-09/xar_flase_typo
Fix typo in xar.array_linear_search() return
This commit is contained in:
@@ -410,7 +410,7 @@ array_linear_search :: proc(x: ^$X/Array($T, $SHIFT), elem: T) -> (index: int, f
|
||||
return i, true
|
||||
}
|
||||
}
|
||||
return -1, flase
|
||||
return -1, false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user