mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 07:13:14 +00:00
Typo fix
This commit is contained in:
@@ -449,7 +449,7 @@ scan_string :: proc(s: ^Scanner, quote: rune) -> (n: int) {
|
||||
ch := advance(s)
|
||||
for ch != quote {
|
||||
if ch == '\n' || ch < 0 {
|
||||
error(s, "literal no terminated")
|
||||
error(s, "literal not terminated")
|
||||
return
|
||||
}
|
||||
if ch == '\\' {
|
||||
|
||||
Reference in New Issue
Block a user