diff --git a/src/builder/module.rs b/src/builder/module.rs index b785de4..e030e19 100644 --- a/src/builder/module.rs +++ b/src/builder/module.rs @@ -258,7 +258,7 @@ impl ModuleBuilder where F: Invoke { ).collect() } - /// Push import entry to module. Not that it does not update calling indices in + /// Push import entry to module. Note that this does not update calling indices in /// function bodies. pub fn push_import(&mut self, import: elements::ImportEntry) -> u32 { self.module.import.entries_mut().push(import);