From 8a16fd769969143fd6c2193e588a01420447684d Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 7 Feb 2023 15:39:39 +0000 Subject: Rename built-in procedure to `expand_values` --- src/check_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_builtin.cpp') diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index f429f9e99..5f9715959 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -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); -- cgit v1.2.3