Improve grammar

This commit is contained in:
gingerBill
2023-04-15 16:16:16 +01:00
parent dc55e88588
commit e24315eed8
2 changed files with 2 additions and 2 deletions

View File

@@ -5050,7 +5050,7 @@ gb_internal bool check_no_copy_assignment(Operand const &o, String const &contex
if (expr->kind == Ast_CallExpr) {
// Okay
} else {
error(o.expr, "Invalid use a #no_copy value in %.*s", LIT(context));
error(o.expr, "Invalid use of #no_copy value in %.*s", LIT(context));
return true;
}
}