Minor correction to error message suggestion

This commit is contained in:
gingerBill
2022-02-05 14:56:06 +00:00
parent a4308e7246
commit 23c3573c30

View File

@@ -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));
}
}