minor typos

This commit is contained in:
kalsprite
2026-08-04 18:49:33 -07:00
parent dc28a91e88
commit 29c9c132b0
2 changed files with 2 additions and 2 deletions

View File

@@ -4317,7 +4317,7 @@ gb_internal u32 check_field_prefixes(AstFile *f, isize name_count, u32 allowed_f
if (m.token_kind == Token_Hash) {
prefix = "#";
}
syntax_error(f->curr_token, "'%s%.*s' in not allowed within this field list", prefix, LIT(m.name));
syntax_error(f->curr_token, "'%s%.*s' is not allowed within this field list", prefix, LIT(m.name));
}
}