mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Fix typo in warning message in parser
This commit is contained in:
@@ -1411,7 +1411,7 @@ gb_internal Token expect_operator(AstFile *f) {
|
||||
LIT(p));
|
||||
}
|
||||
if (f->curr_token.kind == Token_Ellipsis) {
|
||||
syntax_warning(f->curr_token, "'..' for ranges has now be deprecated, prefer '..='");
|
||||
syntax_warning(f->curr_token, "'..' for ranges has now been deprecated, prefer '..='");
|
||||
f->tokens[f->curr_token_index].flags |= TokenFlag_Replace;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user