nac3core: update comment

This commit is contained in:
z78078 2022-07-20 16:58:04 +08:00
parent ad12b7e958
commit c43be7388d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pub struct TopLevelComposer {
// number of built-in function and classes in the definition list, later skip
pub builtin_num: usize,
pub core_config: ComposerConfig,
// the HashMap that store the class name and it's constructor function
// the class name and it's constructor function
pub constructor_lookup: HashMap<StrRef, ast::Located<ast::StmtKind>>,
}