fix(ast)!: assignment typo
This commit is contained in:
parent
988d8ef298
commit
a98161d885
9 changed files with 60 additions and 59 deletions
|
|
@ -16,7 +16,7 @@ enum ast_type
|
|||
AST_WORD,
|
||||
AST_PIPE,
|
||||
AST_NEG,
|
||||
AST_ASSIGNEMENT
|
||||
AST_ASSIGNMENT
|
||||
};
|
||||
|
||||
struct ast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue