diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-04 21:34:45 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-04 21:34:45 +0000 |
| commit | c1728914c63b18d52c03399fa8f90e00d454d39c (patch) | |
| tree | 7dacf8f42d71ade04a3b18bf5e903cc0f124df61 /src/check_type.cpp | |
| parent | ed2f49e8d2f91c1eed1c597946407039d0524465 (diff) | |
Fix typos `#type_alias`
Diffstat (limited to 'src/check_type.cpp')
| -rw-r--r-- | src/check_type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp index 4beb88bdb..167b55c75 100644 --- a/src/check_type.cpp +++ b/src/check_type.cpp @@ -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; |