mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Improved docs a bit further
This commit is contained in:
2
lib/api/src/externals/global.rs
vendored
2
lib/api/src/externals/global.rs
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user