mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
Minor correction to error message suggestion
This commit is contained in:
+1
-1
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user