Rename built-in procedure to expand_values

This commit is contained in:
gingerBill
2023-02-07 15:39:39 +00:00
parent 7bbcf22deb
commit 8a16fd7699
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2550,7 +2550,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
break;
}
case BuiltinProc_expand_to_tuple: {
case BuiltinProc_expand_values: {
Type *type = base_type(operand->type);
if (!is_type_struct(type) && !is_type_array(type)) {
gbString type_str = type_to_string(operand->type);