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_expr.cpp | |
| parent | ed2f49e8d2f91c1eed1c597946407039d0524465 (diff) | |
Fix typos `#type_alias`
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 9b25f2655..0f874f5cd 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -6256,7 +6256,7 @@ gbString write_expr_to_string(gbString str, AstNode *node) { case_end; case_ast_node(ht, AliasType, node); - str = gb_string_appendc(str, "#alias "); + str = gb_string_appendc(str, "#type_alias "); str = write_expr_to_string(str, ht->type); case_end; |