Improved docs a bit further

This commit is contained in:
Syrus
2020-07-15 18:12:18 -07:00
parent 0c13173624
commit 9a80977743
5 changed files with 17 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ impl Global {
})
}
/// Returns the underlying [`GlobalType`] corresponding to this runtime `Global`.
/// Returns the [`GlobalType`] of the `Global`.
pub fn ty(&self) -> &GlobalType {
&self.exported.global
}