Fixed comments based on feedback

This commit is contained in:
Syrus
2020-07-15 18:04:13 -07:00
parent 7bf6b9efc9
commit 0c13173624
8 changed files with 17 additions and 11 deletions

View File

@@ -395,7 +395,7 @@ impl Module {
self.artifact.module_ref().custom_sections(name)
}
/// Returns the [`Store`] that owns this `Instance`.
/// Returns the [`Store`] where the `Instance` belongs.
pub fn store(&self) -> &Store {
&self.store
}