Explorar o código

changed error

DanielGavin %!s(int64=4) %!d(string=hai) anos
pai
achega
02bbac0903
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/odin/tokenizer/tokenizer.odin

+ 1 - 1
core/odin/tokenizer/tokenizer.odin

@@ -236,7 +236,7 @@ scan_raw_string :: proc(t: ^Tokenizer) -> string {
 	for {
 		ch := t.ch;
 		if ch == utf8.RUNE_EOF {
-			error(t, offset, "string literal was not terminated");
+			error(t, offset, "raw string literal was not terminated");
 			break;
 		}
 		advance_rune(t);