fix(ast)!: assignment typo

This commit is contained in:
william.valenduc 2026-01-29 11:40:55 +00:00
parent 988d8ef298
commit a98161d885
9 changed files with 60 additions and 59 deletions

View file

@ -16,7 +16,7 @@ enum ast_type
AST_WORD,
AST_PIPE,
AST_NEG,
AST_ASSIGNEMENT
AST_ASSIGNMENT
};
struct ast