mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +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 {
|
impl Extern {
|
||||||
/// Return the undelying type of the inner `Extern`.
|
/// Return the underlying type of the inner `Extern`.
|
||||||
pub fn ty(&self) -> ExternType {
|
pub fn ty(&self) -> ExternType {
|
||||||
match self {
|
match self {
|
||||||
Self::Function(ft) => ExternType::Function(ft.ty().clone()),
|
Self::Function(ft) => ExternType::Function(ft.ty().clone()),
|
||||||
|
|||||||
Reference in New Issue
Block a user