diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-05 14:56:06 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-05 14:56:06 +0000 |
| commit | 23c3573c307fc9b1c7aa2af2b445090543fd60d3 (patch) | |
| tree | bd3a08258acc1b1df73de0dc462ee1e3289e9723 /src/check_expr.cpp | |
| parent | a4308e7246a995c745b120debbb61be9e1f19a38 (diff) | |
Minor correction to error message suggestion
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index d6b454bf4..4184d5b30 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -8196,7 +8196,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type } error_line("\n"); - error_line("\tSuggestion: Was '#partial %s {...}' wanted?\n", type_to_string(index_type)); + error_line("\tSuggestion: Was '#partial %s{...}' wanted?\n", type_to_string(type)); } } |