Fix typos #type_alias

This commit is contained in:
gingerBill
2018-02-04 21:34:45 +00:00
parent ed2f49e8d2
commit c1728914c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1964,7 +1964,7 @@ bool check_type_internal(Checker *c, AstNode *e, Type **type, Type *named_type)
case_end;
case_ast_node(at, AliasType, e);
error(e, "Invalid use of '#alias'");
error(e, "Invalid use of '#type_alias'");
// NOTE(bill): Treat it as a HelperType to remove errors
return check_type_internal(c, at->type, type, named_type);
case_end;