mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
typo undelying -> underlying
This commit is contained in:
2
lib/api/src/externals/mod.rs
vendored
2
lib/api/src/externals/mod.rs
vendored
@@ -36,7 +36,7 @@ pub enum Extern {
|
||||
}
|
||||
|
||||
impl Extern {
|
||||
/// Return the undelying type of the inner `Extern`.
|
||||
/// Return the underlying type of the inner `Extern`.
|
||||
pub fn ty(&self) -> ExternType {
|
||||
match self {
|
||||
Self::Function(ft) => ExternType::Function(ft.ty().clone()),
|
||||
|
||||
Reference in New Issue
Block a user