From 94ada94002495e507815da1decb61f18de82edf6 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Thu, 21 Dec 2023 11:55:15 +0800 Subject: [PATCH] x --- werbolg-core/src/ir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/werbolg-core/src/ir.rs b/werbolg-core/src/ir.rs index 1d4de5a..dcfad27 100644 --- a/werbolg-core/src/ir.rs +++ b/werbolg-core/src/ir.rs @@ -21,7 +21,7 @@ pub struct Module { pub statements: Vec, } -/// AST for a high level statement +/// AST for a module level statement /// /// Current known types are: ///