mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Fix random typo
This commit is contained in:
@@ -350,7 +350,7 @@ contains_any :: proc(s, chars: string) -> (res: bool) {
|
||||
|
||||
contains_space :: proc(s: string) -> (res: bool) {
|
||||
for c in s {
|
||||
if is_space(r) {
|
||||
if is_space(c) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user